Uses of Interface
org.loboevolution.apache.xml.dtm.DTM
Packages that use DTM
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
Implementation of XPath nodeTest support, and XSLT pattern matching support.
-
Uses of DTM in org.loboevolution.apache.xml.dtm
Methods in org.loboevolution.apache.xml.dtm that return DTMModifier and TypeMethodDescriptionDTMIterator.getDTM
(int nodeHandle) Get an instance of a DTM that "owns" a node handle.abstract DTM
DTMManager.getDTM
(int nodeHandle) Get the instance of DTM that "owns" a node handle.abstract DTM
Get an instance of a DTM, loaded with the content from the specified source. -
Uses of DTM in org.loboevolution.apache.xml.dtm.ref
Classes in org.loboevolution.apache.xml.dtm.ref that implement DTMModifier and TypeClassDescriptionclass
TheDTMDefaultBase
class serves as a helper base for DTMs.class
This class implements the traversers for DTMDefaultBase.class
This class implements the traversers for DTMDefaultBase.Fields in org.loboevolution.apache.xml.dtm.ref declared as DTMModifier and TypeFieldDescriptionfinal DTM
DTMNodeProxy.dtm
The DTM for this node.protected DTM[]
DTMManagerDefault.m_dtms
Map from DTM identifier numbers to DTM objects that this manager manages.Methods in org.loboevolution.apache.xml.dtm.ref that return DTMModifier and TypeMethodDescriptionDTMManagerDefault.getDTM
(int nodeHandle) Get the instance of DTM that "owns" a node handle.Methods in org.loboevolution.apache.xml.dtm.ref with parameters of type DTMModifier and TypeMethodDescriptionvoid
Add a DTM to the DTM table.Constructors in org.loboevolution.apache.xml.dtm.ref with parameters of type DTMModifierConstructorDescriptionDTMChildIterNodeList
(DTM parentDTM, int parentHandle) Public constructor: Create a NodeList to support DTMNodeProxy.getChildren().DTMNamedNodeMap
(DTM dtm, int element) Create a getAttributes NamedNodeMap for a given DTM element nodeDTMNodeProxy
(DTM dtm, int node) Create a DTMNodeProxy Node representing a specific Node in a DTM -
Uses of DTM in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Classes in org.loboevolution.apache.xml.dtm.ref.dom2dtm that implement DTMModifier and TypeClassDescriptionclass
TheDOM2DTM
class serves up a DOM's contents via the DTM API. -
Uses of DTM in org.loboevolution.apache.xpath
Methods in org.loboevolution.apache.xpath that return DTMModifier and TypeMethodDescriptionNodeSetDTM.getDTM
(int nodeHandle) Get an instance of a DTM that "owns" a node handle.XPathContext.getDTM
(int nodeHandle) Get the instance of DTM that "owns" a node handle.Get an instance of a DTM, loaded with the content from the specified source.Methods in org.loboevolution.apache.xpath with parameters of type DTMModifier and TypeMethodDescriptionExpression.execute
(XPathContext xctxt, int currentNode, DTM dtm, int expType) Execute an expression in the XPath runtime context, and return the result of the expression. -
Uses of DTM in org.loboevolution.apache.xpath.axes
Fields in org.loboevolution.apache.xpath.axes declared as DTMModifier and TypeFieldDescriptionprotected DTM
LocPathIterator.m_cdtm
The dtm of the context node.Methods in org.loboevolution.apache.xpath.axes that return DTM -
Uses of DTM in org.loboevolution.apache.xpath.patterns
Methods in org.loboevolution.apache.xpath.patterns with parameters of type DTMModifier and TypeMethodDescriptionFunctionPattern.execute
(XPathContext xctxt, int ctx, DTM dtm, int expType) Execute an expression in the XPath runtime context, and return the result of the expression.NodeTest.execute
(XPathContext xctxt, int context, DTM dtm, int expType) Execute an expression in the XPath runtime context, and return the result of the expression.StepPattern.execute
(XPathContext xctxt, int currentNode, DTM dtm, int expType) Execute an expression in the XPath runtime context, and return the result of the expression.protected final boolean
StepPattern.executePredicates
(XPathContext xctxt, DTM dtm, int currentNode) Execute the predicates on this step to determine if the current node should be filtered or accepted.protected final XObject
StepPattern.executeRelativePathPattern
(XPathContext xctxt, DTM dtm, int currentNode) Execute the match pattern step relative to another step.