Searched defs:ELEMENT_NODE (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java141 public static final short ELEMENT_NODE = 1; field in interface:Node
481 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
508 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
530 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
555 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
654 * ELEMENT_NODE, ATTRIBUTE_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE,
703 * ELEMENT_NODE, ATTRIBUTE_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE,

Completed in 625 milliseconds