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

/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java170 public static final short ELEMENT_NODE = 1; field in interface:Node
517 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
545 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
568 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
594 * <br>For nodes of any type other than <code>ELEMENT_NODE</code> and
697 * ELEMENT_NODE, ATTRIBUTE_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE,
747 * ELEMENT_NODE, ATTRIBUTE_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java92 // eg. org.w3c.dom.Document.ELEMENT_NODE?
102 public static final short ELEMENT_NODE = 1; field in interface:DTM

Completed in 532 milliseconds