HomeSort by relevance Sort by last modified time
    Searched refs:dtm (Results 126 - 133 of 133) sorted by null

1 2 3 4 56

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 24 import org.apache.xml.dtm.Axis;
25 import org.apache.xml.dtm.DTMFilter;
26 import org.apache.xml.dtm.DTMIterator;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 33 import org.apache.xml.dtm.DTM;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 22 package org.apache.xml.dtm.ref;
479 * output to a DTM builder), that would require calling super in
DTMDefaultBase.java 21 package org.apache.xml.dtm.ref;
23 import org.apache.xml.dtm.*;
44 public abstract class DTMDefaultBase implements DTM
50 // node of a DTM.
105 protected static final int NOTPROCESSED = DTM.NULL - 1;
108 * The DTM manager who "owns" this DTM.
126 a particular DTM wanted to use another value? */
158 * @param mgr The DTMManager who owns this DTM.
160 * @param dtmIdentity The DTM identity ID for this DTM
    [all...]
DTMDefaultBaseIterators.java 21 package org.apache.xml.dtm.ref;
23 import org.apache.xml.dtm.*;
41 * @param mgr The DTMManager who owns this DTM.
43 * @param dtmIdentity The DTM identity ID for this DTM.
44 * @param whiteSpaceFilter The white space filter for this DTM, which may
63 * @param mgr The DTMManager who owns this DTM.
65 * @param dtmIdentity The DTM identity ID for this DTM.
66 * @param whiteSpaceFilter The white space filter for this DTM, which ma
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 21 package org.apache.xml.dtm.ref.sax2dtm;
23 import org.apache.xml.dtm.*;
24 import org.apache.xml.dtm.ref.*;
42 * access to the DTM model. Some nested iterators in DTMDefaultBaseIterators
47 * use it in incremental situation. To reduce the overhead of pulling data from the DTM model,
94 _currentNode = (node == DTM.NULL) ? DTM.NULL
130 private int _nodeType = DTM.NULL;
149 if (node != DTM.NULL)
152 _currentNode = DTM.NULL
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 54 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM;
550 // Custom Xalan feature: annotate DTM with SAX source locator fields.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 31 import org.apache.xml.dtm.ref.DTMNodeProxy;
46 * @deprecated Since the introduction of the DTM, this class will be removed.
    [all...]

Completed in 83 milliseconds

1 2 3 4 56