Lines Matching refs:DTM

30 import com.sun.org.apache.xml.internal.dtm.DTM;
60 * This class implements DOM and SerializationHandler. It also implements the DTM interface
64 public class SimpleResultTreeImpl extends EmptySerializer implements DOM, DTM
110 if ((_currentNode == RTF_ROOT && _type == DTM.ROOT_NODE)
111 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
126 if ((_currentNode == RTF_ROOT && _type == DTM.ROOT_NODE)
127 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
146 if (!_includeSelf && nodeID != DTM.NULL) {
211 if ((_currentNode == RTF_ROOT && _type == DTM.ROOT_NODE)
212 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
228 public int next() { return DTM.NULL; }
407 return DTM.TEXT_NODE;
409 return DTM.ROOT_NODE;
411 return DTM.NULL;
422 return (nodeID == RTF_TEXT) ? getNodeHandle(RTF_ROOT) : DTM.NULL;
427 return DTM.NULL;
449 while ((node = nodes.next()) != DTM.NULL)
464 if (node1 == DTM.NULL) {
467 else if (node2 == DTM.NULL) {
575 return (nodehandle != DTM.NULL) ? (nodehandle - _documentID) : DTM.NULL;
583 return (nodeId != DTM.NULL) ? (nodeId + _documentID) : DTM.NULL;
701 /** Implementation of the DTM interfaces **/
704 * The DTM interfaces are not used in this class. Implementing the DTM
706 * of handling multiple documents, we can get rid of the DTM dependency.
736 return DTM.NULL;
746 return DTM.NULL;
751 return DTM.NULL;
756 return DTM.NULL;
761 return DTM.NULL;
766 return DTM.NULL;
771 return DTM.NULL;
777 return DTM.NULL;
808 return DTM.NULL;
845 return DTM.TEXT_NODE;
847 return DTM.ROOT_NODE;
849 return DTM.NULL;
861 return DTM.NULL;
915 return DTM.NULL;