Searched refs:nodeHandle (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java232 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
236 * @param nodeHandle int Handle of the node.
239 public boolean hasChildNodes(int nodeHandle); argument
244 * @param nodeHandle int Handle of the node.
248 public int getFirstChild(int nodeHandle); argument
253 * @param nodeHandle int Handle of the node.
257 public int getLastChild(int nodeHandle); argument
280 * @param nodeHandle int Handle of the node.
283 public int getFirstAttribute(int nodeHandle); argument
288 * @param nodeHandle handl
297 getFirstNamespaceNode(int nodeHandle, boolean inScope) argument
305 getNextSibling(int nodeHandle) argument
316 getPreviousSibling(int nodeHandle) argument
327 getNextAttribute(int nodeHandle) argument
351 getParent(int nodeHandle) argument
376 getOwnerDocument(int nodeHandle) argument
387 getDocumentRoot(int nodeHandle) argument
398 getStringValue(int nodeHandle) argument
412 getStringValueChunkCount(int nodeHandle) argument
428 getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen) argument
438 getExpandedTypeID(int nodeHandle) argument
479 getNodeName(int nodeHandle) argument
489 getNodeNameX(int nodeHandle) argument
499 getLocalName(int nodeHandle) argument
514 getPrefix(int nodeHandle) argument
524 getNamespaceURI(int nodeHandle) argument
534 getNodeValue(int nodeHandle) argument
544 getNodeType(int nodeHandle) argument
554 getLevel(int nodeHandle) argument
594 getDocumentSystemIdentifier(int nodeHandle) argument
603 getDocumentEncoding(int nodeHandle) argument
615 getDocumentStandalone(int nodeHandle) argument
774 isCharacterElementContentWhitespace(int nodeHandle) argument
821 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
834 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
844 getNode(int nodeHandle) argument
[all...]
H A DDTMFilter.java152 * @param nodeHandle int Handle of the node.
156 public short acceptNode(int nodeHandle, int whatToShow); argument
181 * @param nodeHandle int Handle of the node.
188 public short acceptNode(int nodeHandle, int whatToShow, int expandedName); argument
H A DDTMIterator.java80 * @param nodeHandle the nodeHandle.
84 public DTM getDTM(int nodeHandle); argument
101 * @return nodeHandle int Handle of the context node.
111 * @param nodeHandle int Handle of the context node.
126 public void setRoot(int nodeHandle, Object environment); argument
H A DDTMManager.java205 * @param nodeHandle the nodeHandle.
209 public abstract DTM getDTM(int nodeHandle); argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java79 int m_docElement = NULL; // nodeHandle to the root of the actual dtm doc content
120 // each reference slot is addressed by a nodeHandle index value.
662 // m_docElement = NULL; // reset nodeHandle to the root of the actual dtm doc content
683 // * @return nodeHandle int of the element created
993 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
997 * @param nodeHandle int Handle of the node.
1000 public boolean hasChildNodes(int nodeHandle) { argument
1001 return(getFirstChild(nodeHandle) != NULL);
1009 * @param nodeHandle int Handle of the node.
1012 public int getFirstChild(int nodeHandle) { argument
1064 getLastChild(int nodeHandle) argument
1088 getAttributeNode(int nodeHandle, String namespaceURI, String name) argument
1114 getFirstAttribute(int nodeHandle) argument
1144 getFirstNamespaceNode(int nodeHandle, boolean inScope) argument
1166 getNextSibling(int nodeHandle) argument
1200 getPreviousSibling(int nodeHandle) argument
1224 getNextAttribute(int nodeHandle) argument
1268 getNextDescendant(int subtreeRootHandle, int nodeHandle) argument
1311 getNextFollowing(int axisContextHandle, int nodeHandle) argument
1324 getNextPreceding(int axisContextHandle, int nodeHandle) argument
1352 getParent(int nodeHandle) argument
1389 getOwnerDocument(int nodeHandle) argument
1408 getDocumentRoot(int nodeHandle) argument
1424 getStringValue(int nodeHandle) argument
1471 getStringValueChunkCount(int nodeHandle) argument
1502 getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen) argument
1512 getExpandedTypeID(int nodeHandle) argument
1606 getNodeName(int nodeHandle) argument
1630 getNodeNameX(int nodeHandle) argument
1643 getLocalName(int nodeHandle) argument
1669 getPrefix(int nodeHandle) argument
1690 getNamespaceURI(int nodeHandle) argument
1701 getNodeValue(int nodeHandle) argument
1732 getNodeType(int nodeHandle) argument
1744 getLevel(int nodeHandle) argument
1800 getDocumentSystemIdentifier(int nodeHandle) argument
1809 getDocumentEncoding(int nodeHandle) argument
1821 getDocumentStandalone(int nodeHandle) argument
1970 isCharacterElementContentWhitespace(int nodeHandle) argument
2012 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
2025 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
2035 getNode(int nodeHandle) argument
[all...]
H A DDTMDefaultBase.java792 public String dumpNode(int nodeHandle) argument
794 if(nodeHandle==DTM.NULL)
798 switch (getNodeType(nodeHandle))
847 return "[" + nodeHandle + ": " + typestring +
848 "(0x" + Integer.toHexString(getExpandedTypeID(nodeHandle)) + ") " +
849 getNodeNameX(nodeHandle) + " {" + getNamespaceURI(nodeHandle) + "}" +
850 "=\"" + getNodeValue(nodeHandle) + "\"]";
872 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
876 * @param nodeHandle in
879 hasChildNodes(int nodeHandle) argument
929 makeNodeIdentity(int nodeHandle) argument
969 getFirstChild(int nodeHandle) argument
986 getTypedFirstChild(int nodeHandle, int nodeType) argument
1022 getLastChild(int nodeHandle) argument
1050 getAttributeNode(int nodeHandle, String namespaceURI, String name) argument
1059 getFirstAttribute(int nodeHandle) argument
1107 getTypedAttribute(int nodeHandle, int attType) argument
1138 getNextSibling(int nodeHandle) argument
1153 getTypedNextSibling(int nodeHandle, int nodeType) argument
1176 getPreviousSibling(int nodeHandle) argument
1210 getNextAttribute(int nodeHandle) argument
1459 getFirstNamespaceNode(int nodeHandle, boolean inScope) argument
1511 getNextNamespaceNode(int baseHandle, int nodeHandle, boolean inScope) argument
1558 getParent(int nodeHandle) argument
1594 getOwnerDocument(int nodeHandle) argument
1611 getDocumentRoot(int nodeHandle) argument
1625 getStringValue(int nodeHandle) argument
1639 getStringValueChunkCount(int nodeHandle) argument
1661 getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen) argument
1678 getExpandedTypeID(int nodeHandle) argument
1740 getNamespaceType(final int nodeHandle) argument
1758 getNodeName(int nodeHandle) argument
1768 getNodeNameX(int nodeHandle) argument
1785 getLocalName(int nodeHandle) argument
1799 getPrefix(int nodeHandle) argument
1812 getNamespaceURI(int nodeHandle) argument
1823 getNodeValue(int nodeHandle) argument
1834 getNodeType(int nodeHandle) argument
1849 getLevel(int nodeHandle) argument
1863 getNodeIdent(int nodeHandle) argument
1940 getDocumentSystemIdentifier(int nodeHandle) argument
1955 getDocumentEncoding(int nodeHandle) argument
1972 getDocumentStandalone(int nodeHandle) argument
2138 isCharacterElementContentWhitespace(int nodeHandle) argument
2193 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
2205 dispatchToEvents( int nodeHandle, org.xml.sax.ContentHandler ch) argument
2216 getNode(int nodeHandle) argument
[all...]
H A DDTMManagerDefault.java642 * @param nodeHandle DTM Handle indicating which node to retrieve
646 synchronized public DTM getDTM(int nodeHandle) argument
651 return m_dtms[nodeHandle >>> IDENT_DTM_NODE_BITS];
655 if(nodeHandle==DTM.NULL)
720 // Following shouldn't need a nodeHandle, but does...
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java267 public int getExpandedTypeID(final int nodeHandle) argument
270 return _dom.getExpandedTypeID(nodeHandle);
273 return super.getExpandedTypeID(nodeHandle);
287 public int getParent(final int nodeHandle) argument
290 return _dom.getParent(nodeHandle);
293 return super.getParent(nodeHandle);
307 public String getStringValueX(final int nodeHandle) argument
310 return _dom.getStringValueX(nodeHandle);
313 return super.getStringValueX(nodeHandle);
789 public boolean hasChildNodes(int nodeHandle) argument
799 getFirstChild(int nodeHandle) argument
809 getLastChild(int nodeHandle) argument
829 getFirstAttribute(int nodeHandle) argument
839 getFirstNamespaceNode(int nodeHandle, boolean inScope) argument
849 getNextSibling(int nodeHandle) argument
859 getPreviousSibling(int nodeHandle) argument
869 getNextAttribute(int nodeHandle) argument
890 getOwnerDocument(int nodeHandle) argument
900 getDocumentRoot(int nodeHandle) argument
910 getStringValue(int nodeHandle) argument
920 getStringValueChunkCount(int nodeHandle) argument
930 getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen) argument
971 getLocalName(int nodeHandle) argument
981 getPrefix(int nodeHandle) argument
991 getNamespaceURI(int nodeHandle) argument
1001 getNodeValue(int nodeHandle) argument
1011 getNodeType(int nodeHandle) argument
1021 getLevel(int nodeHandle) argument
1061 getDocumentSystemIdentifier(int nodeHandle) argument
1071 getDocumentEncoding(int nodeHandle) argument
1081 getDocumentStandalone(int nodeHandle) argument
1161 isCharacterElementContentWhitespace(int nodeHandle) argument
1191 dispatchCharactersEvents(int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
1203 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
1214 getNode(int nodeHandle) argument
[all...]
H A DSimpleResultTreeImpl.java140 public DTMAxisIterator setStartNode(int nodeHandle) argument
142 int nodeID = getNodeIdent(nodeHandle);
197 public DTMAxisIterator setStartNode(int nodeHandle) argument
199 _currentNode = _startNode = getNodeIdent(nodeHandle);
403 public int getExpandedTypeID(final int nodeHandle) argument
405 int nodeID = getNodeIdent(nodeHandle);
419 public int getParent(final int nodeHandle) argument
421 int nodeID = getNodeIdent(nodeHandle);
430 public String getStringValueX(final int nodeHandle) argument
432 int nodeID = getNodeIdent(nodeHandle);
725 hasChildNodes(int nodeHandle) argument
730 getFirstChild(int nodeHandle) argument
739 getLastChild(int nodeHandle) argument
749 getFirstAttribute(int nodeHandle) argument
754 getFirstNamespaceNode(int nodeHandle, boolean inScope) argument
759 getNextSibling(int nodeHandle) argument
764 getPreviousSibling(int nodeHandle) argument
769 getNextAttribute(int nodeHandle) argument
780 getOwnerDocument(int nodeHandle) argument
785 getDocumentRoot(int nodeHandle) argument
790 getStringValue(int nodeHandle) argument
795 getStringValueChunkCount(int nodeHandle) argument
800 getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen) argument
821 getLocalName(int nodeHandle) argument
826 getPrefix(int nodeHandle) argument
831 getNamespaceURI(int nodeHandle) argument
836 getNodeValue(int nodeHandle) argument
841 getNodeType(int nodeHandle) argument
853 getLevel(int nodeHandle) argument
878 getDocumentSystemIdentifier(int nodeHandle) argument
883 getDocumentEncoding(int nodeHandle) argument
888 getDocumentStandalone(int nodeHandle) argument
928 isCharacterElementContentWhitespace(int nodeHandle) argument
943 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
951 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
956 getNode(int nodeHandle) argument
[all...]
H A DMultiDOM.java607 public int getDTMId(int nodeHandle) argument
609 if (nodeHandle == DTM.NULL)
612 int id = nodeHandle >>> DTMManager.IDENT_DTM_NODE_BITS;
619 public DOM getDTM(int nodeHandle) { argument
620 return _adapters[getDTMId(nodeHandle)];
623 public int getNodeIdent(int nodeHandle) argument
625 return _adapters[nodeHandle >>> DTMManager.IDENT_DTM_NODE_BITS].getNodeIdent(nodeHandle);
H A DKeyIndex.java762 int nodeHandle;
771 nodeHandle = returnNode(_nodes.at(_position));
773 nodeHandle = DTMAxisIterator.END;
776 nodeHandle = super.next();
779 return nodeHandle;
H A DDOMAdapter.java408 public int getNodeIdent(int nodeHandle) argument
410 return _dom.getNodeIdent(nodeHandle);
H A DSAXImpl.java1442 int nodeHandle = makeNodeHandle(node);
1444 if (getNSType(nodeHandle) == _nsType) {
1447 return returnNode(nodeHandle);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOMEnhancedForDTM.java44 public int getExpandedTypeID2(int nodeHandle); argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java601 * @param nodeHandle The node ID.
605 public Node getNode(int nodeHandle) argument
608 int identity = makeNodeIdentity(nodeHandle);
743 * @param nodeHandle int Handle of the node upon which to look up this attribute..
752 public int getAttributeNode(int nodeHandle, String namespaceURI, argument
760 int type = getNodeType(nodeHandle);
766 int identity = makeNodeIdentity(nodeHandle);
809 * @param nodeHandle The node ID.
813 public XMLString getStringValue(int nodeHandle) argument
816 int type = getNodeType(nodeHandle);
869 isWhitespace(int nodeHandle) argument
956 getNodeName(int nodeHandle) argument
973 getNodeNameX(int nodeHandle) argument
1023 getLocalName(int nodeHandle) argument
1094 getPrefix(int nodeHandle) argument
1143 getNamespaceURI(int nodeHandle) argument
1232 getNodeValue(int nodeHandle) argument
1608 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
1713 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java500 * @param nodeHandle The node ID.
509 public void dispatchCharactersEvents(int nodeHandle, ContentHandler ch, argument
514 int identity = makeNodeIdentity(nodeHandle);
596 * @param nodeHandle the id of the node.
601 public String getNodeName(int nodeHandle) argument
604 int expandedTypeID = getExpandedTypeID(nodeHandle);
612 int type = getNodeType(nodeHandle);
630 int qnameIndex = m_dataOrQName.elementAt(makeNodeIdentity(nodeHandle));
647 * @param nodeHandle the id of the node.
650 public String getNodeNameX(int nodeHandle) argument
743 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
1008 getNodeValue(int nodeHandle) argument
1050 getLocalName(int nodeHandle) argument
1147 getPrefix(int nodeHandle) argument
1195 getAttributeNode(int nodeHandle, String namespaceURI, String name) argument
1243 getNamespaceURI(int nodeHandle) argument
1258 getStringValue(int nodeHandle) argument
1333 isWhitespace(int nodeHandle) argument
[all...]
H A DSAX2DTM2.java2009 public final int getExpandedTypeID2(int nodeHandle) argument
2011 int nodeID = makeNodeIdentity(nodeHandle);
2480 * @param nodeHandle int Handle of the node.
2483 public final int getFirstAttribute(int nodeHandle) argument
2485 int nodeID = makeNodeIdentity(nodeHandle);
2587 * @param nodeHandle int Handle of the node.
2592 protected final int getTypedAttribute(int nodeHandle, int attType) argument
2595 int nodeID = makeNodeIdentity(nodeHandle);
2636 * @param nodeHandle the id of the node.
2639 public String getLocalName(int nodeHandle) argument
2662 getNodeNameX(int nodeHandle) argument
2709 getNodeName(int nodeHandle) argument
2775 getStringValue(int nodeHandle) argument
2888 getStringValueX(final int nodeHandle) argument
3015 dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize) argument
3128 getNodeValue(int nodeHandle) argument
[all...]
H A DSAX2RTFDTM.java179 * @param nodeHandle the id of the node.
182 public int getDocumentRoot(int nodeHandle) argument
184 for (int id=makeNodeIdentity(nodeHandle); id!=NULL; id=_parent(id)) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java169 * @param nodeHandle the nodeHandle.
173 public DTM getDTM(int nodeHandle) argument
175 return m_dtmManager.getDTM(nodeHandle);
1135 int nodeHandle = getDTMHandleFromNode(n);
1136 DTM dtm = getDTM(nodeHandle);
1137 XString xobj = (XString)dtm.getStringValue(nodeHandle);
1149 int nodeHandle = getDTMHandleFromNode(n);
1150 DTM dtm = getDTM(nodeHandle);
1151 XMLString strVal = dtm.getStringValue(nodeHandle);
[all...]
H A DNodeSetDTM.java351 * @param nodeHandle the nodeHandle.
355 public DTM getDTM(int nodeHandle) argument
358 return m_manager.getDTM(nodeHandle);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java222 public DTM getDTM(int nodeHandle) argument
226 return getDTMManager().getDTM(nodeHandle);
261 public void setRoot(int nodeHandle, Object environment) argument
264 if (nodeHandle == DTM.NULL)
274 m_iter.setRoot(nodeHandle, environment);
H A DLocPathIterator.java174 * @param nodeHandle the nodeHandle.
178 public DTM getDTM(int nodeHandle) argument
181 return m_execContext.getDTM(nodeHandle);

Completed in 144 milliseconds