Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java366 short child1type = child1.getNodeType(); in isNodeAfterSibling() local
369 if ((Node.ATTRIBUTE_NODE != child1type) in isNodeAfterSibling()
376 else if ((Node.ATTRIBUTE_NODE == child1type) in isNodeAfterSibling()
383 else if (Node.ATTRIBUTE_NODE == child1type) in isNodeAfterSibling()