Searched refs:getChildNamed (Results 1 – 3 of 3) sorted by relevance
1290 if (element.getChildNamed("alias") == null) { in TestDtdCompatibility()1293 if (element.getChildNamed("special") == null) { in TestDtdCompatibility()1371 .getChildNamed(oldChild.getName()); in TestDtdCompatibility()
427 current = current.getChildNamed(elementName); in checkParts()
399 public Element getChildNamed(String string) { in getChildNamed() method in DtdData.Element