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

/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java230 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
234 * @param nodeHandle int Handle of the node.
237 public boolean hasChildNodes(int nodeHandle); argument
242 * @param nodeHandle int Handle of the node.
246 public int getFirstChild(int nodeHandle); argument
251 * @param nodeHandle int Handle of the node.
255 public int getLastChild(int nodeHandle); argument
278 * @param nodeHandle int Handle of the node.
281 public int getFirstAttribute(int nodeHandle); argument
286 * @param nodeHandle handl
295 getFirstNamespaceNode(int nodeHandle, boolean inScope) argument
303 getNextSibling(int nodeHandle) argument
314 getPreviousSibling(int nodeHandle) argument
325 getNextAttribute(int nodeHandle) argument
349 getParent(int nodeHandle) argument
374 getOwnerDocument(int nodeHandle) argument
385 getDocumentRoot(int nodeHandle) argument
396 getStringValue(int nodeHandle) argument
410 getStringValueChunkCount(int nodeHandle) argument
426 getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen) argument
436 getExpandedTypeID(int nodeHandle) argument
477 getNodeName(int nodeHandle) argument
487 getNodeNameX(int nodeHandle) argument
497 getLocalName(int nodeHandle) argument
512 getPrefix(int nodeHandle) argument
522 getNamespaceURI(int nodeHandle) argument
532 getNodeValue(int nodeHandle) argument
542 getNodeType(int nodeHandle) argument
552 getLevel(int nodeHandle) argument
592 getDocumentSystemIdentifier(int nodeHandle) argument
601 getDocumentEncoding(int nodeHandle) argument
613 getDocumentStandalone(int nodeHandle) argument
772 isCharacterElementContentWhitespace(int nodeHandle) argument
819 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
832 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
842 getNode(int nodeHandle) argument
[all...]
H A DDTMFilter.java150 * @param nodeHandle int Handle of the node.
154 public short acceptNode(int nodeHandle, int whatToShow); argument
179 * @param nodeHandle int Handle of the node.
186 public short acceptNode(int nodeHandle, int whatToShow, int expandedName); argument
H A DDTMIterator.java78 * @param nodeHandle the nodeHandle.
82 public DTM getDTM(int nodeHandle); argument
99 * @return nodeHandle int Handle of the context node.
109 * @param nodeHandle int Handle of the context node.
124 public void setRoot(int nodeHandle, Object environment); argument
H A DDTMManager.java190 * @param nodeHandle the nodeHandle.
194 public abstract DTM getDTM(int nodeHandle); argument
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java77 int m_docElement = NULL; // nodeHandle to the root of the actual dtm doc content
118 // each reference slot is addressed by a nodeHandle index value.
660 // m_docElement = NULL; // reset nodeHandle to the root of the actual dtm doc content
681 // * @return nodeHandle int of the element created
991 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
995 * @param nodeHandle int Handle of the node.
998 public boolean hasChildNodes(int nodeHandle) { argument
999 return(getFirstChild(nodeHandle) != NULL);
1007 * @param nodeHandle int Handle of the node.
1010 public int getFirstChild(int nodeHandle) { argument
1062 getLastChild(int nodeHandle) argument
1086 getAttributeNode(int nodeHandle, String namespaceURI, String name) argument
1112 getFirstAttribute(int nodeHandle) argument
1142 getFirstNamespaceNode(int nodeHandle, boolean inScope) argument
1164 getNextSibling(int nodeHandle) argument
1198 getPreviousSibling(int nodeHandle) argument
1222 getNextAttribute(int nodeHandle) argument
1266 getNextDescendant(int subtreeRootHandle, int nodeHandle) argument
1309 getNextFollowing(int axisContextHandle, int nodeHandle) argument
1322 getNextPreceding(int axisContextHandle, int nodeHandle) argument
1350 getParent(int nodeHandle) argument
1387 getOwnerDocument(int nodeHandle) argument
1406 getDocumentRoot(int nodeHandle) argument
1422 getStringValue(int nodeHandle) argument
1469 getStringValueChunkCount(int nodeHandle) argument
1500 getStringValueChunk(int nodeHandle, int chunkIndex, int[] startAndLen) argument
1510 getExpandedTypeID(int nodeHandle) argument
1604 getNodeName(int nodeHandle) argument
1628 getNodeNameX(int nodeHandle) argument
1641 getLocalName(int nodeHandle) argument
1667 getPrefix(int nodeHandle) argument
1688 getNamespaceURI(int nodeHandle) argument
1699 getNodeValue(int nodeHandle) argument
1730 getNodeType(int nodeHandle) argument
1742 getLevel(int nodeHandle) argument
1798 getDocumentSystemIdentifier(int nodeHandle) argument
1807 getDocumentEncoding(int nodeHandle) argument
1819 getDocumentStandalone(int nodeHandle) argument
1968 isCharacterElementContentWhitespace(int nodeHandle) argument
2010 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
2023 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
2033 getNode(int nodeHandle) argument
[all...]
H A DDTMDefaultBase.java790 public String dumpNode(int nodeHandle) argument
792 if(nodeHandle==DTM.NULL)
796 switch (getNodeType(nodeHandle))
846 sb.append("["+nodeHandle+": "+typestring+
847 "(0x"+Integer.toHexString(getExpandedTypeID(nodeHandle))+") "+
848 getNodeNameX(nodeHandle)+" {"+getNamespaceURI(nodeHandle)+"}"+
849 "=\""+ 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.java639 * @param nodeHandle DTM Handle indicating which node to retrieve
643 synchronized public DTM getDTM(int nodeHandle) argument
648 return m_dtms[nodeHandle >>> IDENT_DTM_NODE_BITS];
652 if(nodeHandle==DTM.NULL)
717 // Following shouldn't need a nodeHandle, but does...
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java600 * @param nodeHandle The node ID.
604 public Node getNode(int nodeHandle) argument
607 int identity = makeNodeIdentity(nodeHandle);
742 * @param nodeHandle int Handle of the node upon which to look up this attribute..
751 public int getAttributeNode(int nodeHandle, String namespaceURI, argument
759 int type = getNodeType(nodeHandle);
765 int identity = makeNodeIdentity(nodeHandle);
808 * @param nodeHandle The node ID.
812 public XMLString getStringValue(int nodeHandle) argument
815 int type = getNodeType(nodeHandle);
868 isWhitespace(int nodeHandle) argument
955 getNodeName(int nodeHandle) argument
972 getNodeNameX(int nodeHandle) argument
1022 getLocalName(int nodeHandle) argument
1093 getPrefix(int nodeHandle) argument
1142 getNamespaceURI(int nodeHandle) argument
1231 getNodeValue(int nodeHandle) argument
1607 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
1712 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java490 * @param nodeHandle The node ID.
499 public void dispatchCharactersEvents(int nodeHandle, ContentHandler ch, argument
504 int identity = makeNodeIdentity(nodeHandle);
586 * @param nodeHandle the id of the node.
591 public String getNodeName(int nodeHandle) argument
594 int expandedTypeID = getExpandedTypeID(nodeHandle);
602 int type = getNodeType(nodeHandle);
620 int qnameIndex = m_dataOrQName.elementAt(makeNodeIdentity(nodeHandle));
637 * @param nodeHandle the id of the node.
640 public String getNodeNameX(int nodeHandle) argument
733 dispatchToEvents(int nodeHandle, org.xml.sax.ContentHandler ch) argument
998 getNodeValue(int nodeHandle) argument
1040 getLocalName(int nodeHandle) argument
1137 getPrefix(int nodeHandle) argument
1185 getAttributeNode(int nodeHandle, String namespaceURI, String name) argument
1233 getNamespaceURI(int nodeHandle) argument
1248 getStringValue(int nodeHandle) argument
1323 isWhitespace(int nodeHandle) argument
[all...]
H A DSAX2RTFDTM.java177 * @param nodeHandle the id of the node.
180 public int getDocumentRoot(int nodeHandle) argument
182 for (int id=makeNodeIdentity(nodeHandle); id!=NULL; id=_parent(id)) {
H A DSAX2DTM2.java2007 public final int getExpandedTypeID2(int nodeHandle) argument
2009 int nodeID = makeNodeIdentity(nodeHandle);
2478 * @param nodeHandle int Handle of the node.
2481 public final int getFirstAttribute(int nodeHandle) argument
2483 int nodeID = makeNodeIdentity(nodeHandle);
2585 * @param nodeHandle int Handle of the node.
2590 protected final int getTypedAttribute(int nodeHandle, int attType) argument
2593 int nodeID = makeNodeIdentity(nodeHandle);
2634 * @param nodeHandle the id of the node.
2637 public String getLocalName(int nodeHandle) argument
2660 getNodeNameX(int nodeHandle) argument
2707 getNodeName(int nodeHandle) argument
2773 getStringValue(int nodeHandle) argument
2886 getStringValueX(final int nodeHandle) argument
3013 dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize) argument
3126 getNodeValue(int nodeHandle) argument
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DXPathContext.java165 * @param nodeHandle the nodeHandle.
169 public DTM getDTM(int nodeHandle) argument
171 return m_dtmManager.getDTM(nodeHandle);
1132 int nodeHandle = getDTMHandleFromNode(n);
1133 DTM dtm = getDTM(nodeHandle);
1134 XString xobj = (XString)dtm.getStringValue(nodeHandle);
1146 int nodeHandle = getDTMHandleFromNode(n);
1147 DTM dtm = getDTM(nodeHandle);
1148 XMLString strVal = dtm.getStringValue(nodeHandle);
[all...]
H A DNodeSetDTM.java349 * @param nodeHandle the nodeHandle.
353 public DTM getDTM(int nodeHandle) argument
356 return m_manager.getDTM(nodeHandle);
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java220 public DTM getDTM(int nodeHandle) argument
224 return getDTMManager().getDTM(nodeHandle);
259 public void setRoot(int nodeHandle, Object environment) argument
265 m_iter.setRoot(nodeHandle, environment);
H A DLocPathIterator.java172 * @param nodeHandle the nodeHandle.
176 public DTM getDTM(int nodeHandle) argument
179 return m_execContext.getDTM(nodeHandle);
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
H A DKeyTable.java137 public void setRoot(int nodeHandle, Object environment) {

Completed in 1299 milliseconds