HomeSort by relevance Sort by last modified time
    Searched refs:dtm (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 69 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;
466 m_doc = DTM.NULL;
604 DTM dtm = mgr.getDTM(source, false, this, true, true); local
605 dtm.setDocumentBaseURI(base);
611 // NOTE: This will work because this is _NOT_ a shared DTM, and thus ha
1191 DTM dtm = xctxt.getDTM(node); local
1963 DTM dtm = m_xcontext.getDTM(child); local
    [all...]
CountersTable.java 29 import org.apache.xml.dtm.DTM;
138 if (DTM.NULL != target)
160 for (; DTM.NULL != target;
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 30 import org.apache.xml.dtm.DTM;
491 DTM dtm = xctxt.getDTM(context); local
493 + dtm.getNodeName(context) + " for xpath "
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java 27 import org.apache.xml.dtm.DTM;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 22 package org.apache.xml.dtm;
DTM.java 19 * $Id: DTM.java 468653 2006-10-28 07:07:05Z minchau $
21 package org.apache.xml.dtm;
28 * <code>DTM</code> is an XML document model expressed as a table
30 * a parse tree that has very little object creation. (DTM
32 * model, but that's hidden from the DTM API.)
34 * <p>Nodes in the DTM are identified by integer "handles". A handle must
54 * <p>DTM does _not_ directly support the W3C's Document Object
56 * implementation of DTM can be created that wraps a DOM and vice
59 * <p><strong>Please Note:</strong> The DTM API is still
70 * internal node id and a pointer to the actual DTM object; this migh
    [all...]
DTMException.java 21 package org.apache.xml.dtm;
35 * in the DTM module.
ObjectFactory.java 22 package org.apache.xml.dtm;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 22 package org.apache.xml.dtm.ref;
SecuritySupport12.java 22 package org.apache.xml.dtm.ref;
ExpandedNameTable.java 21 package org.apache.xml.dtm.ref;
23 import org.apache.xml.dtm.DTM;
30 * to DTM building. To get the best performance out of this class, we implement
52 public static final int ELEMENT = ((int)DTM.ELEMENT_NODE) ;
53 public static final int ATTRIBUTE = ((int)DTM.ATTRIBUTE_NODE) ;
54 public static final int TEXT = ((int)DTM.TEXT_NODE) ;
55 public static final int CDATA_SECTION = ((int)DTM.CDATA_SECTION_NODE) ;
56 public static final int ENTITY_REFERENCE = ((int)DTM.ENTITY_REFERENCE_NODE) ;
57 public static final int ENTITY = ((int)DTM.ENTITY_NODE)
    [all...]
ChunkedIntArray.java 21 package org.apache.xml.dtm.ref;
68 * value in DTM.)
136 // This test supports DTM.getNextPreceding.
151 // is the parent node index. That's really a DTM feature
DTMDocumentImpl.java 21 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;
40 * This is the implementation of the DTM document interface. It receives
43 * dtm table structure. This informtion is used later for document navigation,
44 * query, and SAX event dispatch functions. The DTM can also be used directly as
    [all...]
DTMDefaultBaseTraversers.java 21 package org.apache.xml.dtm.ref;
23 import org.apache.xml.dtm.*;
36 * in terms of DTM Node Handles... but they may use the internal node
46 * @param mgr The DTMManager who owns this DTM.
48 * @param dtmIdentity The DTM identity ID for this DTM.
49 * @param whiteSpaceFilter The white space filter for this DTM, which may
68 * @param mgr The DTMManager who owns this DTM.
70 * @param dtmIdentity The DTM identity ID for this DTM
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 21 package org.apache.xml.dtm.ref.dom2dtm;
28 import org.apache.xml.dtm.DTM;
29 import org.apache.xml.dtm.DTMManager;
30 import org.apache.xml.dtm.DTMWSFilter;
31 import org.apache.xml.dtm.ref.DTMDefaultBaseIterators;
32 import org.apache.xml.dtm.ref.DTMManagerDefault;
33 import org.apache.xml.dtm.ref.ExpandedNameTable;
34 import org.apache.xml.dtm.ref.IncrementalSAXSource;
54 * DTM API
    [all...]
DOM2DTMdefaultNamespaceDeclarationNode.java 22 package org.apache.xml.dtm.ref.dom2dtm;
24 import org.apache.xml.dtm.DTMException;
50 * in DTM space, but given how DOM2DTM is currently written I think
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 26 import org.apache.xml.dtm.DTM;
27 import org.apache.xml.dtm.DTMIterator;
327 if (DTM.NULL == result)
329 DTM frag = support.createDocumentFragment();
352 if (DTM.NULL == result)
354 DTM frag = support.createDocumentFragment();
363 DTM frag = support.getDTM(result);
388 return DTM.NULL;
XString.java 25 import org.apache.xml.dtm.DTM;
182 DTM frag = support.createDocumentFragment();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIterator.java 23 import org.apache.xml.dtm.DTM;
172 return DTM.NULL;
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/xml/utils/
TreeWalker.java 270 if(m_contentHandler instanceof org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.CharacterNodeHandler)
272 ((org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.CharacterNodeHandler)m_contentHandler).characters(node);
NodeVector.java 25 import org.apache.xml.dtm.DTM;
191 m_map[m_firstFree] = DTM.NULL;
207 m_map[m_firstFree] = DTM.NULL;
209 return (m_firstFree == 0) ? DTM.NULL : m_map[m_firstFree - 1];
220 m_map[m_firstFree] = DTM.NULL;
233 ? m_map[m_firstFree - 1] : DTM.NULL;
280 m_map[m_firstFree] = DTM.NULL;
281 m_map[m_firstFree + 1] = DTM.NULL;
436 m_map[i] = DTM.NULL
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 28 import org.apache.xml.dtm.Axis;
29 import org.apache.xml.dtm.DTMFilter;
30 import org.apache.xml.dtm.DTMIterator;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 30 import org.apache.xml.dtm.DTM;
219 xobj = xpath.execute ( xpathSupport, DTM.NULL, prefixResolver );
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 21 package org.apache.xml.dtm.ref.sax2dtm;
28 import org.apache.xml.dtm.*;
29 import org.apache.xml.dtm.ref.*;
45 * This class implements a DTM that tends to be optimized more for speed than
77 * pending reduction in number of RTF DTMs. Now that we're sharing a DTM
111 transient protected int m_textType = DTM.TEXT_NODE;
117 transient protected int m_coalescedTextType = DTM.TEXT_NODE;
209 * @param mgr The DTMManager who owns this DTM.
210 * @param source the JAXP 1.1 Source object for this DTM.
211 * @param dtmIdentity The DTM identity ID for this DTM
    [all...]

Completed in 1969 milliseconds

1 2 3 45 6