Home
last modified time | relevance | path

Searched refs:child2type (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java367 short child2type = child2.getNodeType(); in isNodeAfterSibling() local
370 && (Node.ATTRIBUTE_NODE == child2type)) in isNodeAfterSibling()
377 && (Node.ATTRIBUTE_NODE != child2type)) in isNodeAfterSibling()