Frames | No Frames |
Classes derived from org.apache.xpath.objects.XNodeSet | |
class | This class overrides the XNodeSet#object() method to provide the original
Node object, NodeList object, or NodeIterator.
|
class | This class represents an XPath null object, and is capable of
converting the null to other types, such as a string.
|
Constructors with parameter type org.apache.xpath.objects.XNodeSet | |
Construct a XNodeSet object.
| |
Construct a XNodeSet object.
|
Methods with return type org.apache.xpath.objects.XNodeSet | |
XNodeSet | FilterExprIteratorSimple.executeFilterExpr(int context, XPathContext xctxt, PrefixResolver prefixResolver, boolean isTopLevel, int stackFrame, Expression expr) Execute the expression. |
Methods with return type org.apache.xpath.objects.XNodeSet | |
XNodeSet | Given a valid element key, return the corresponding node list.
|
XNodeSet | KeyManager.getNodeSetDTMByKey(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) Given a valid element key, return the corresponding node list.
|