Searched defs:dtm (Results 51 - 56 of 56) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java21 package org.apache.xml.dtm.ref.sax2dtm;
28 import org.apache.xml.dtm.*;
29 import org.apache.xml.dtm.ref.*;
696 /** @todo: implement this org.apache.xml.dtm.DTMDefaultBase abstract method */
1216 /** @todo: implement this org.apache.xml.dtm.DTMDefaultBase abstract method */
H A DSAX2DTM2.java21 package org.apache.xml.dtm.ref.sax2dtm;
23 import org.apache.xml.dtm.*;
24 import org.apache.xml.dtm.ref.*;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java36 import org.apache.xml.dtm.Axis;
37 import org.apache.xml.dtm.DTM;
38 import org.apache.xml.dtm.DTMFilter;
39 import org.apache.xml.dtm.DTMIterator;
40 import org.apache.xml.dtm.DTMManager;
41 import org.apache.xml.dtm.DTMWSFilter;
42 import org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM;
191 public int getDTMIdentity(DTM dtm) argument
193 return m_dtmManager.getDTMIdentity(dtm);
210 * @param dtm Th
214 release(DTM dtm, boolean shouldHardDelete) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java69 import org.apache.xml.dtm.DTM;
70 import org.apache.xml.dtm.DTMIterator;
71 import org.apache.xml.dtm.DTMManager;
72 import org.apache.xml.dtm.DTMWSFilter;
604 DTM dtm = mgr.getDTM(source, false, this, true, true);
605 dtm.setDocumentBaseURI(base);
613 // shared DTM, look at dtm.getDocumentRoot(nodeHandle).
614 this.transformNode(dtm.getDocument());
619 mgr.release(dtm, hardDelete);
1191 DTM dtm
3157 getShouldStripSpace(int elementHandle, DTM dtm) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java21 package org.apache.xml.dtm.ref;
23 import org.apache.xml.dtm.*;
872 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
1771 /** @todo: implement this org.apache.xml.dtm.DTMDefaultBase abstract method */
H A DDTMDocumentImpl.java21 package org.apache.xml.dtm.ref;
25 import org.apache.xml.dtm.DTM;
26 import org.apache.xml.dtm.DTMAxisIterator;
27 import org.apache.xml.dtm.DTMAxisTraverser;
28 import org.apache.xml.dtm.DTMManager;
29 import org.apache.xml.dtm.DTMWSFilter;
43 * dtm table structure. This informtion is used later for document navigation,
76 int m_docHandle = NULL; // masked document handle for this dtm document
77 int m_docElement = NULL; // nodeHandle to the root of the actual dtm doc content
616 * Reset a dtm documen
[all...]

Completed in 170 milliseconds

123