Uses of Class
org.loboevolution.apache.xml.dtm.DTMManager
Packages that use DTMManager
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 polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
-
Uses of DTMManager in org.loboevolution.apache.xml.dtm
Methods in org.loboevolution.apache.xml.dtm that return DTMManagerModifier and TypeMethodDescriptionDTMIterator.getDTMManager()
Get an instance of the DTMManager.static DTMManager
DTMManager.newInstance()
Obtain a new instance of aDTMManager
. -
Uses of DTMManager in org.loboevolution.apache.xml.dtm.ref
Subclasses of DTMManager in org.loboevolution.apache.xml.dtm.refModifier and TypeClassDescriptionclass
The default implementation for the DTMManager.Fields in org.loboevolution.apache.xml.dtm.ref declared as DTMManagerModifier and TypeFieldDescriptionfinal DTMManager
DTMDefaultBase.m_mgr
The DTM manager who "owns" this DTM.Methods in org.loboevolution.apache.xml.dtm.ref that return DTMManagerModifier and TypeMethodDescriptionDTMDefaultBase.getManager()
Query which DTMManager this DTM is currently being handled by.Constructors in org.loboevolution.apache.xml.dtm.ref with parameters of type DTMManagerModifierConstructorDescriptionDTMDefaultBase
(DTMManager mgr, Source source, int dtmIdentity, boolean doIndexing) Construct a DTMDefaultBase object using the default block size.DTMDefaultBase
(DTMManager mgr, Source source, int dtmIdentity, boolean doIndexing, int blocksize, boolean usePrevsib) Construct a DTMDefaultBase object from a DOM node.DTMDefaultBaseIterators
(DTMManager mgr, Source source, int dtmIdentity, boolean doIndexing) Construct a DTMDefaultBaseTraversers object from a DOM node.DTMDefaultBaseTraversers
(DTMManager mgr, Source source, int dtmIdentity, boolean doIndexing) Construct a DTMDefaultBaseTraversers object from a DOM node. -
Uses of DTMManager in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Constructors in org.loboevolution.apache.xml.dtm.ref.dom2dtm with parameters of type DTMManagerModifierConstructorDescriptionDOM2DTM
(DTMManager mgr, DOMSource domSource, int dtmIdentity, boolean doIndexing) Construct a DOM2DTM object from a DOM node. -
Uses of DTMManager in org.loboevolution.apache.xpath
Subclasses of DTMManager in org.loboevolution.apache.xpathModifier and TypeClassDescriptionclass
Default class for the runtime execution context for XPath.Fields in org.loboevolution.apache.xpath declared as DTMManagerModifier and TypeFieldDescriptionprotected DTMManager
XPathContext.m_dtmManager
Though XPathContext context extends the DTMManager, it really is a proxy for this object, which is the real DTMManager.Methods in org.loboevolution.apache.xpath that return DTMManagerModifier and TypeMethodDescriptionNodeSetDTM.getDTMManager()
Get an instance of the DTMManager.XPathContext.getDTMManager()
Return the DTMManager object.Constructors in org.loboevolution.apache.xpath with parameters of type DTMManager -
Uses of DTMManager in org.loboevolution.apache.xpath.axes
Fields in org.loboevolution.apache.xpath.axes declared as DTMManagerModifier and TypeFieldDescriptionprotected DTMManager
NodeSequence.m_dtmMgr
The DTMManager to use if we're using a NodeVector only.Methods in org.loboevolution.apache.xpath.axes that return DTMManagerModifier and TypeMethodDescriptionLocPathIterator.getDTMManager()
Get an instance of the DTMManager.NodeSequence.getDTMManager()
Get an instance of the DTMManager. -
Uses of DTMManager in org.loboevolution.apache.xpath.objects
Constructors in org.loboevolution.apache.xpath.objects with parameters of type DTMManagerModifierConstructorDescriptionXNodeSet
(int n, DTMManager dtmMgr) Construct a XNodeSet object for one node.XNodeSet
(DTMManager dtmMgr) Construct an empty XNodeSet object.