Frames | No Frames |
Methods with parameter type org.apache.xml.dtm.DTM | |
void | Set the DTM for this walker.
|
Methods with return type org.apache.xml.dtm.DTM | |
DTM | AxesWalker.getDTM(int node) Get the DTM for this walker.
|
DTM | LocPathIterator.getDTM(int nodeHandle) Get an instance of a DTM that "owns" a node handle. |
DTM | NodeSequence.getDTM(int nodeHandle) |
Classes implementing org.apache.xml.dtm.DTM | |
class | The DTMDefaultBase class serves as a helper base for DTMs.
|
class | This class implements the traversers for DTMDefaultBase.
|
class | This class implements the traversers for DTMDefaultBase.
|
class | This is the implementation of the DTM document interface. |
Constructors with parameter type org.apache.xml.dtm.DTM | |
Public constructor: Wrap a DTMNodeList around an existing
and preconfigured DTMAxisIterator
| |
Public constructor: Create a NodeList to support
DTMNodeProxy.getChildren().
| |
Create a getAttributes NamedNodeMap for a given DTM element node
| |
Create a DTMNodeProxy Node representing a specific Node in a DTM
| |
Constructor.
|
Fields of type org.apache.xml.dtm.DTM | |
DTM | The DTM for this node. |
Methods with parameter type org.apache.xml.dtm.DTM | |
void | Add a DTM to the DTM table. |
void | Add a DTM to the DTM table.
|
int | Given a DTM, find the ID number in the DTM tables which addresses
the start of the document. |
ExpandedNameTable | return the expanded name table.
|
boolean | Release the DTMManager's reference(s) to a DTM, making it unmanaged.
|
void | Set the DTM to be traversed.
|
Methods with return type org.apache.xml.dtm.DTM | |
DTM | Method createDocumentFragment
NEEDSDOC (createDocumentFragment) @return
|
DTM | NON-DOM: Return the DTM model
|
DTM | DTMManagerDefault.getDTM(int nodeHandle) Return the DTM object containing a representation of this node.
|
DTM | DTMManagerDefault.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |
Classes implementing org.apache.xml.dtm.DTM | |
class | AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF). |
class | SAXImpl is the core model for SAX input source. |
class | This class represents a light-weight DOM model for simple result tree fragment(RTF).
|
Methods with parameter type org.apache.xml.dtm.DTM | |
short | Test whether whitespace-only text nodes are visible in the logical
view of DTM . |
Methods with return type org.apache.xml.dtm.DTM | |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean buildIdIndex) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean buildIdIndex, boolean newNameTable) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean hasUserReader, int size, boolean buildIdIndex) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | XSLTCDTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing, boolean hasUserReader, int size, boolean buildIdIndex, boolean newNameTable) Get an instance of a DTM, loaded with the content from the
specified source. |
Classes implementing org.apache.xml.dtm.DTM | |
class | This class implements a DTM that tends to be optimized more for speed than
for compactness, that is constructed via SAX2 ContentHandler events.
|
class | SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
|
class | This is a subclass of SAX2DTM which has been modified to meet the needs of
Result Tree Frameworks (RTFs). |
Methods with parameter type org.apache.xml.dtm.DTM | |
void | ClonerToResultTree.cloneToResultTree(int node, int nodeType, DTM dtm, SerializationHandler rth, boolean shouldCloneAttributes) Clone an element with or without children.
|
short | Test whether whitespace-only text nodes are visible in the logical
view of DTM . |
Methods with parameter type org.apache.xml.dtm.DTM | |
XObject | Test a node to see if it matches the given node test.
|
XObject | Tell what the test score is for the given node.
|
XObject | Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Methods with parameter type org.apache.xml.dtm.DTM | |
org.apache.xalan.templates.TemplateSubPatternAssociation | Get the head of the most likely list of associations to check, based on
the name and type of the targetNode argument.
|
ElemTemplate | TemplateList.getTemplate(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm) Given a target element, find the template that best
matches in the given XSL document, according
to the rules specified in the xsl draft.
|
ElemTemplate | TemplateList.getTemplate(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm) Given a target element, find the template that best
matches in the given XSL document, according
to the rules specified in the xsl draft.
|
ElemTemplate | StylesheetRoot.getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm) Get an "xsl:template" property by node match. |
ElemTemplate | StylesheetRoot.getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm) Get an "xsl:template" property by node match. |
ElemTemplate | TemplateList.getTemplateFast(XPathContext xctxt, int targetNode, int expTypeID, QName mode, int maxImportLevel, boolean quietConflictWarnings, DTM dtm) Given a target element, find the template that best
matches in the given XSL document, according
to the rules specified in the xsl draft. |
WhiteSpaceInfo | Get information about whether or not an element should strip whitespace.
|
Methods with parameter type org.apache.xml.dtm.DTM | |
int | %TBD% Doc
NEEDSDOC @param dtm
NEEDSDOC ($objectName$) @return
|
short | Test whether whitespace-only text nodes are visible in the logical
view of DTM . |
boolean | Release a DTM either to a lru pool, or completely remove reference.
|
Methods with return type org.apache.xml.dtm.DTM | |
DTM | Creates a DTM representing an empty DocumentFragment object.
|
DTM | DTMIterator.getDTM(int nodeHandle) Get an instance of a DTM that "owns" a node handle. |
DTM | DTMManager.getDTM(int nodeHandle) Get the instance of DTM that "owns" a node handle.
|
DTM | DTMManager.getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |
Methods with parameter type org.apache.xml.dtm.DTM | |
void | This function checks to make sure a given prefix is really
declared. |
boolean | Returns whether a namespace is defined
|
void | Copy xmlns: attributes in if not already in scope.
|
Classes implementing org.apache.xml.dtm.DTM | |
class | The SQL Document is the main controlling class the executesa SQL Query
|
class | The SQL Document is the main controlling class the executesa SQL Query
|
class | The SQL Document is the main controlling class the executesa SQL Query
|
Methods with return type org.apache.xml.dtm.DTM | |
DTM | Provide access to the last error that occued. |
DTM | Execute a parameterized query statement by instantiating an
|
DTM | Execute a parameterized query statement by instantiating an
|
DTM | Execute a query statement by instantiating an
|
Classes implementing org.apache.xml.dtm.DTM | |
class | The DOM2DTM class serves up a DOM's contents via the
DTM API.
|
Methods with parameter type org.apache.xml.dtm.DTM | |
XObject | Execute an expression in the XPath runtime context, and return the
result of the expression.
|
int | %TBD% Doc
|
boolean | Release a DTM either to a lru pool, or completely remove reference.
|
Methods with return type org.apache.xml.dtm.DTM | |
DTM | Creates an empty DocumentFragment object.
|
DTM | NodeSetDTM.getDTM(int nodeHandle) Get an instance of a DTM that "owns" a node handle. |
DTM | XPathContext.getDTM(int nodeHandle) Get an instance of a DTM that "owns" a node handle.
|
DTM | XPathContext.getDTM(Source source, boolean unique, DTMWSFilter wsfilter, boolean incremental, boolean doIndexing) Get an instance of a DTM, loaded with the content from the
specified source. |
DTM | Get a DTM to be used as a container for a global Result Tree
Fragment. |
DTM | Get a DTM to be used as a container for a dynamic Result Tree
Fragment. |