Uses of Class
org.apache.xml.dtm.DTMManager
| Package | Description |
|---|---|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| org.apache.xpath.objects |
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.xml.dtm
Methods in org.apache.xml.dtm that return DTMManager Modifier and Type Method Description DTMManagerDTMIterator. getDTMManager()Get an instance of the DTMManager.static DTMManagerDTMManager. newInstance(XMLStringFactory xsf)Obtain a new instance of aDTMManager.Methods in org.apache.xml.dtm with parameters of type DTMManager Modifier and Type Method Description voidDTM. 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.ref Modifier and Type Class Description classDTMManagerDefaultThe default implementation for the DTMManager.Fields in org.apache.xml.dtm.ref declared as DTMManager Modifier and Type Field Description DTMManagerDTMDefaultBase. m_mgrThe DTM manager who "owns" this DTM.Methods in org.apache.xml.dtm.ref that return DTMManager Modifier and Type Method Description DTMManagerDTMDefaultBase. getManager()Query which DTMManager this DTM is currently being handled by.Methods in org.apache.xml.dtm.ref with parameters of type DTMManager Modifier and Type Method Description voidDTMDefaultBase. migrateTo(DTMManager mgr)Migrate a DTM built with an old DTMManager to a new DTMManager.voidDTMDocumentImpl. 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 DTMManager Constructor Description DTMDefaultBase(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 DTMManager Constructor Description DOM2DTM(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 DTMManager Modifier and Type Method Description voidSAX2DTM. 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 DTMManager Constructor Description SAX2DTM(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.xpath Modifier and Type Class Description classXPathContextDefault class for the runtime execution context for XPath.Fields in org.apache.xpath declared as DTMManager Modifier and Type Field Description protected DTMManagerXPathContext. m_dtmManagerThough XPathContext context extends the DTMManager, it really is a proxy for this object, which is the real DTMManager.Methods in org.apache.xpath that return DTMManager Modifier and Type Method Description DTMManagerNodeSetDTM. getDTMManager()Get an instance of the DTMManager.DTMManagerXPathContext. getDTMManager()Return the DTMManager object.DTMManagerXPathContext.XPathExpressionContext. getDTMManager()Return the DTMManager object.Constructors in org.apache.xpath with parameters of type DTMManager Constructor Description NodeSetDTM(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
Fields in org.apache.xpath.axes declared as DTMManager Modifier and Type Field Description protected DTMManagerNodeSequence. m_dtmMgrThe DTMManager to use if we're using a NodeVector only.Methods in org.apache.xpath.axes that return DTMManager Modifier and Type Method Description DTMManagerLocPathIterator. getDTMManager()Get an instance of the DTMManager.DTMManagerNodeSequence. getDTMManager()Constructors in org.apache.xpath.axes with parameters of type DTMManager Constructor Description RTFIterator(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 DTMManager Constructor Description XNodeSet(int n, DTMManager dtmMgr)Construct a XNodeSet object for one node.XNodeSet(DTMManager dtmMgr)Construct an empty XNodeSet object.XNodeSetForDOM(Node node, DTMManager dtmMgr)