Searched refs:childNameName (Results 1 – 1 of 1) sorted by relevance
103 public static void removeOdChildEleWithName(Element ele, String childNameName) { in removeOdChildEleWithName() argument106 .filter(e -> e.getAttribute(XmlUtils.OD_ATTR_NAME).equals(childNameName)) in removeOdChildEleWithName()110 String.format("%s was not found in %s", childNameName, ele.getTagName())); in removeOdChildEleWithName()