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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DExtendedType.java31 private int nodetype; field in class:ExtendedType
40 * @param nodetype Type of the node
44 public ExtendedType (int nodetype, String namespace, String localName) argument
46 this.nodetype = nodetype;
49 this.hash = nodetype + namespace.hashCode() + localName.hashCode();
56 * @param nodetype Type of the node
61 public ExtendedType (int nodetype, String namespace, String localName, int hash) argument
63 this.nodetype = nodetype;
74 redefine(int nodetype, String namespace, String localName) argument
87 redefine(int nodetype, String namespace, String localName, int hash) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DDOMStreamReader.java712 private static int mapNodeTypeToState(int nodetype) { argument
713 switch (nodetype) {

Completed in 38 milliseconds