Searched refs:nodetype (Results 1 - 4 of 4) 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...]
H A DDTMDocumentImpl.java1427 int nodetype=gotslot[0] & 0xFF;
1430 switch (nodetype) {
1704 int nodetype=gotslot[0] & 0xFF; // ###zaj use mask to get node type
1707 switch (nodetype) { // ###zaj todo - document nodetypes
2192 // by the nodetype, but for now...
/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) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1842 new Object[]{ m_token }); //"Unknown nodetype: "+m_token);

Completed in 71 milliseconds