Home | History | Annotate | Download | only in axes

Lines Matching defs:dtm

24 import org.apache.xml.dtm.DTM;
25 import org.apache.xml.dtm.DTMFilter;
26 import org.apache.xml.dtm.DTMIterator;
27 import org.apache.xml.dtm.DTMManager;
168 * Get an instance of a DTM that "owns" a node handle. Since a node
170 * caller to easily get the DTM using just the iterator.
174 * @return a non-null DTM reference.
176 public DTM getDTM(int nodeHandle)
242 DTM dtm = clone.getDTM(node);
245 if(node != DTM.NULL)
247 dtm.dispatchCharactersEvents(node, handler, false);
291 * @return the first node out of the nodeset, or DTM.NULL.
320 return (asNode(xctxt) != DTM.NULL);
372 m_lastFetched = DTM.NULL;
556 while (DTM.NULL != (next = clone.nextNode()))
687 m_lastFetched = DTM.NULL;
688 m_context = DTM.NULL;
689 m_currentContextNode = DTM.NULL;
764 if (DTM.NULL != nextNode)
771 if (DTM.NULL == nextNode)
806 while (DTM.NULL != (n = nextNode()));
810 while (DTM.NULL != (n = nextNode()))
940 * The dtm of the context node. Careful about using this... it may not
941 * be the dtm of the current node.
943 transient protected DTM m_cdtm;
959 transient public int m_lastFetched = DTM.NULL;
965 transient protected int m_context = DTM.NULL;
973 transient protected int m_currentContextNode = DTM.NULL;