Package | Description |
---|---|
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
XNodeSet |
KeyManager.getNodeSetDTMByKey(XPathContext xctxt,
int doc,
QName name,
XMLString ref,
PrefixResolver nscontext) |
Given a valid element key, return the corresponding node list.
|
XNodeSet |
KeyTable.getNodeSetDTMByKey(QName name,
XMLString ref) |
Given a valid element key, return the corresponding node list.
|
Modifier and Type | Method | Description |
---|---|---|
static XNodeSet |
FilterExprIteratorSimple.executeFilterExpr(int context,
XPathContext xctxt,
PrefixResolver prefixResolver,
boolean isTopLevel,
int stackFrame,
Expression expr) |
Execute the expression.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XNodeSetForDOM |
This class overrides the XNodeSet#object() method to provide the original
Node object, NodeList object, or NodeIterator.
|
class |
XNull |
This class represents an XPath null object, and is capable of
converting the null to other types, such as a string.
|
Constructor | Description |
---|---|
XNodeSet(XNodeSet val) |
Construct a XNodeSet object.
|
XNodeSetForDOM(XNodeSet val) |
Construct a XNodeSet object.
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.