Uses of Class
org.apache.xml.dtm.DTMManager
Packages that use DTMManager
Package
Description
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
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.apache.xalan.lib.sql
Constructors in org.apache.xalan.lib.sql with parameters of type DTMManagerModifierConstructorDescriptionDTMDocument
(DTMManager mgr, int ident) SQLDocument
(DTMManager mgr, int ident) SQLErrorDocument
(DTMManager mgr, int ident, Exception error) Build up an Error Exception with just the Standard Error InformationSQLErrorDocument
(DTMManager mgr, int ident, Exception error, SQLWarning warning, boolean full) Build up an Error Exception with just the Standard Error InformationSQLErrorDocument
(DTMManager mgr, int ident, SQLException error) Build up an SQLErrorDocument that includes the basic error information along with the Extended SQL Error information. -
Uses of DTMManager in org.apache.xalan.xsltc.dom
Subclasses of DTMManager in org.apache.xalan.xsltc.domModifier and TypeClassDescriptionclass
The default implementation for the DTMManager.Methods in org.apache.xalan.xsltc.dom that return DTMManagerMethods in org.apache.xalan.xsltc.dom with parameters of type DTMManagerModifier and TypeMethodDescriptionvoid
SAXImpl.migrateTo
(DTMManager manager) Migrate a DTM built with an old DTMManager to a new DTMManager.void
SimpleResultTreeImpl.migrateTo
(DTMManager manager) -
Uses of DTMManager in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return DTMManagerModifier and TypeMethodDescriptionDTMIterator.getDTMManager()
Get an instance of the DTMManager.static DTMManager
DTMManager.newInstance
(XMLStringFactory xsf) Obtain a new instance of aDTMManager
.Methods in org.apache.xml.dtm with parameters of type DTMManagerModifier and TypeMethodDescriptionvoid
DTM.migrateTo
(DTMManager manager) Migrate a DTM built with an old DTMManager to a new DTMManager. -
Uses of DTMManager in org.apache.xml.dtm.ref
Subclasses of DTMManager in org.apache.xml.dtm.refModifier and TypeClassDescriptionclass
The default implementation for the DTMManager.Fields in org.apache.xml.dtm.ref declared as DTMManagerMethods in org.apache.xml.dtm.ref that return DTMManagerModifier and TypeMethodDescriptionDTMDefaultBase.getManager()
Query which DTMManager this DTM is currently being handled by.Methods in org.apache.xml.dtm.ref with parameters of type DTMManagerModifier and TypeMethodDescriptionvoid
DTMDefaultBase.migrateTo
(DTMManager mgr) Migrate a DTM built with an old DTMManager to a new DTMManager.void
DTMDocumentImpl.migrateTo
(DTMManager manager) Migrate a DTM built with an old DTMManager to a new DTMManager.Constructors in org.apache.xml.dtm.ref with parameters of type DTMManagerModifierConstructorDescriptionDTMDefaultBase
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DTMDefaultBase object using the default block size.DTMDefaultBase
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a DTMDefaultBase object from a DOM node.DTMDefaultBaseIterators
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DTMDefaultBaseTraversers object from a DOM node.DTMDefaultBaseIterators
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a DTMDefaultBaseTraversers object from a DOM node.DTMDefaultBaseTraversers
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DTMDefaultBaseTraversers object from a DOM node.DTMDefaultBaseTraversers
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a DTMDefaultBaseTraversers object from a DOM node.DTMDocumentImpl
(DTMManager mgr, int documentNumber, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory) Construct a DTM. -
Uses of DTMManager in org.apache.xml.dtm.ref.dom2dtm
Constructors in org.apache.xml.dtm.ref.dom2dtm with parameters of type DTMManagerModifierConstructorDescriptionDOM2DTM
(DTMManager mgr, DOMSource domSource, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a DOM2DTM object from a DOM node. -
Uses of DTMManager in org.apache.xml.dtm.ref.sax2dtm
Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type DTMManagerModifier and TypeMethodDescriptionvoid
SAX2DTM.migrateTo
(DTMManager manager) Migrate a DTM built with an old DTMManager to a new DTMManager.Constructors in org.apache.xml.dtm.ref.sax2dtm with parameters of type DTMManagerModifierConstructorDescriptionSAX2DTM
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a SAX2DTM object using the default block size.SAX2DTM
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean newNameTable) Construct a SAX2DTM object ready to be constructed from SAX2 ContentHandler events.SAX2DTM2
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) Construct a SAX2DTM2 object using the default block size.SAX2DTM2
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing, int blocksize, boolean usePrevsib, boolean buildIdIndex, boolean newNameTable) Construct a SAX2DTM2 object using the given block size.SAX2RTFDTM
(DTMManager mgr, Source source, int dtmIdentity, DTMWSFilter whiteSpaceFilter, XMLStringFactory xstringfactory, boolean doIndexing) -
Uses of DTMManager in org.apache.xpath
Subclasses of DTMManager in org.apache.xpathModifier and TypeClassDescriptionclass
Default class for the runtime execution context for XPath.Methods in org.apache.xpath that return DTMManagerModifier and TypeMethodDescriptionNodeSetDTM.getDTMManager()
Get an instance of the DTMManager.XPathContext.getDTMManager()
Return the DTMManager object.XPathContext.XPathExpressionContext.getDTMManager()
Return the DTMManager object.Constructors in org.apache.xpath with parameters of type DTMManagerModifierConstructorDescriptionNodeSetDTM
(int blocksize, int dummy, DTMManager dtmManager) Create an empty, using the given block size.NodeSetDTM
(int node, DTMManager dtmManager) Create a NodeSetDTM which contains the given Node.NodeSetDTM
(DTMManager dtmManager) Create an empty nodelist. -
Uses of DTMManager in org.apache.xpath.axes
Methods in org.apache.xpath.axes that return DTMManagerModifier and TypeMethodDescriptionLocPathIterator.getDTMManager()
Get an instance of the DTMManager.NodeSequence.getDTMManager()
Constructors in org.apache.xpath.axes with parameters of type DTMManagerModifierConstructorDescriptionRTFIterator
(int root, DTMManager manager) Constructor for RTFIterator -
Uses of DTMManager in org.apache.xpath.objects
Constructors in org.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.XNodeSetForDOM
(Node node, DTMManager dtmMgr)