Searched refs:OD_ATTR_NAME (Results 1 – 5 of 5) sorted by relevance
83 public static final String OD_ATTR_NAME = "name"; field in XmlUtils205 ele.setAttribute(XmlUtils.OD_ATTR_NAME, name); in createPbundleEleWithName()212 ele.setAttribute(XmlUtils.OD_ATTR_NAME, name); in createOdBooleanEle()227 ele.setAttribute(XmlUtils.OD_ATTR_NAME, name); in createOdLongEle()235 ele.setAttribute(XmlUtils.OD_ATTR_NAME, name); in createOdStringEle()244 arrEle.setAttribute(XmlUtils.OD_ATTR_NAME, arrayName); in createOdArray()303 .filter(e -> e.getAttribute(XmlUtils.OD_ATTR_NAME).equals(nameName)) in getOdBoolEle()334 .filter(e -> e.getAttribute(XmlUtils.OD_ATTR_NAME).equals(nameName)) in getOdLongEle()365 .filter(e -> e.getAttribute(XmlUtils.OD_ATTR_NAME).equals(nameName)) in getOdStringEle()393 .filter(e -> e.getAttribute(XmlUtils.OD_ATTR_NAME).equals(nameName)) in getOdPbundleWithName()[all …]
34 String categoryName = dataCategoryEle.getAttribute(XmlUtils.OD_ATTR_NAME); in createFromOdElements()37 String dataTypeName = odDataTypeEle.getAttribute(XmlUtils.OD_ATTR_NAME); in createFromOdElements()
69 String dataTypeName = odDataTypeEle.getAttribute(XmlUtils.OD_ATTR_NAME); in createFromOdElements()
112 String dataCategoryName = dataCategoryEle.getAttribute(XmlUtils.OD_ATTR_NAME); in getOdDataCategoriesWithTag()
106 .filter(e -> e.getAttribute(XmlUtils.OD_ATTR_NAME).equals(childNameName)) in removeOdChildEleWithName()