|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XNodeSet | |
---|---|
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 XNodeSet in org.apache.xpath.axes |
---|
Fields in org.apache.xpath.axes declared as XNodeSet | |
---|---|
private XNodeSet |
FilterExprWalker.m_exprObj
The result of executing m_expr. |
private XNodeSet |
FilterExprIteratorSimple.m_exprObj
The result of executing m_expr. |
private XNodeSet |
FilterExprIterator.m_exprObj
The result of executing m_expr. |
Methods in org.apache.xpath.axes that return XNodeSet | |
---|---|
static XNodeSet |
FilterExprIteratorSimple.executeFilterExpr(int context,
XPathContext xctxt,
PrefixResolver prefixResolver,
boolean isTopLevel,
int stackFrame,
Expression expr)
Execute the expression. |
Uses of XNodeSet in org.apache.xpath.objects |
---|
Subclasses of XNodeSet in org.apache.xpath.objects | |
---|---|
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. |
Constructors in org.apache.xpath.objects with parameters of type XNodeSet | |
---|---|
XNodeSet(XNodeSet val)
Construct a XNodeSet object. |
|
XNodeSetForDOM(XNodeSet val)
Construct a XNodeSet object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |