Searched refs:asElementList (Results 1 – 4 of 4) sorted by relevance
35 var odDataTypes = XmlUtils.asElementList(dataCategoryEle.getChildNodes()); in createFromOdElements()
110 List<Element> dataCategoryEles = XmlUtils.asElementList(dataUsageEle.getChildNodes()); in getOdDataCategoriesWithTag()
74 XmlUtils.asElementList(root.getChildNodes()).stream() in getElementsFromResource()105 XmlUtils.asElementList(ele.getChildNodes()).stream() in removeOdChildEleWithName()
130 var elements = XmlUtils.asElementList(parentEle.getChildNodes()); in getChildrenByTagName()171 public static List<Element> asElementList(NodeList nodeList) { in asElementList() method in XmlUtils