Package | Description |
---|---|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
org.apache.xalan.xsltc.dom | |
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.
|
Constructor and Description |
---|
DTMDocument(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 Information
|
SQLErrorDocument(DTMManager mgr,
int ident,
Exception error,
SQLWarning warning,
boolean full)
Build up an Error Exception with just the Standard Error Information
|
SQLErrorDocument(DTMManager mgr,
int ident,
SQLException error)
Build up an SQLErrorDocument that includes the basic error information
along with the Extended SQL Error information.
|
Modifier and Type | Class and Description |
---|---|
class |
XSLTCDTMManager
The default implementation for the DTMManager.
|
Modifier and Type | Method and Description |
---|---|
DTMManager |
MultiDOM.getDTMManager() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleResultTreeImpl.migrateTo(DTMManager manager) |
void |
SAXImpl.migrateTo(DTMManager manager)
Migrate a DTM built with an old DTMManager to a new DTMManager.
|
Modifier and Type | Method and Description |
---|---|
DTMManager |
DTMIterator.getDTMManager()
Get an instance of the DTMManager.
|
static DTMManager |
DTMManager.newInstance(XMLStringFactory xsf)
Obtain a new instance of a
DTMManager . |
Modifier and Type | Method and Description |
---|---|
void |
DTM.migrateTo(DTMManager manager)
Migrate a DTM built with an old DTMManager to a new DTMManager.
|
Modifier and Type | Class and Description |
---|---|
class |
DTMManagerDefault
The default implementation for the DTMManager.
|
Modifier and Type | Field and Description |
---|---|
DTMManager |
DTMDefaultBase.m_mgr
The DTM manager who "owns" this DTM.
|
Modifier and Type | Method and Description |
---|---|
DTMManager |
DTMDefaultBase.getManager()
Query which DTMManager this DTM is currently being handled by.
|
Modifier and Type | Method and Description |
---|---|
void |
DTMDocumentImpl.migrateTo(DTMManager manager)
Migrate a DTM built with an old DTMManager to a new DTMManager.
|
void |
DTMDefaultBase.migrateTo(DTMManager mgr)
Migrate a DTM built with an old DTMManager to a new DTMManager.
|
Constructor and 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.
|
Constructor and Description |
---|
DOM2DTM(DTMManager mgr,
DOMSource domSource,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
Construct a DOM2DTM object from a DOM node.
|
Modifier and Type | Method and Description |
---|---|
void |
SAX2DTM.migrateTo(DTMManager manager)
Migrate a DTM built with an old DTMManager to a new DTMManager.
|
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
XPathContext
Default class for the runtime execution context for XPath.
|
Modifier and Type | Field and Description |
---|---|
protected DTMManager |
XPathContext.m_dtmManager
Though XPathContext context extends
the DTMManager, it really is a proxy for this object, which
is the real DTMManager.
|
Modifier and Type | Method and Description |
---|---|
DTMManager |
XPathContext.getDTMManager()
Return the DTMManager object.
|
DTMManager |
XPathContext.XPathExpressionContext.getDTMManager()
Return the DTMManager object.
|
DTMManager |
NodeSetDTM.getDTMManager()
Get an instance of the DTMManager.
|
Constructor and Description |
---|
NodeSetDTM(DTMManager dtmManager)
Create an empty nodelist.
|
NodeSetDTM(int node,
DTMManager dtmManager)
Create a NodeSetDTM which contains the given Node.
|
NodeSetDTM(int blocksize,
int dummy,
DTMManager dtmManager)
Create an empty, using the given block size.
|
Modifier and Type | Field and Description |
---|---|
protected DTMManager |
NodeSequence.m_dtmMgr
The DTMManager to use if we're using a NodeVector only.
|
Modifier and Type | Method and Description |
---|---|
DTMManager |
NodeSequence.getDTMManager() |
DTMManager |
LocPathIterator.getDTMManager()
Get an instance of the DTMManager.
|
Constructor and Description |
---|
RTFIterator(int root,
DTMManager manager)
Constructor for RTFIterator
|
Constructor and Description |
---|
XNodeSet(DTMManager dtmMgr)
Construct an empty XNodeSet object.
|
XNodeSet(int n,
DTMManager dtmMgr)
Construct a XNodeSet object for one node.
|
XNodeSetForDOM(Node node,
DTMManager dtmMgr) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.