|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMutableNodeSet | |
jd.xml.xpath.axis | Contains classes that implement the path expressions. |
jd.xml.xpath.expr.function | Contains the XPath functions. |
jd.xml.xpath.expr.path | |
jd.xml.xpath.object | Contains classes for the XPath objects, i.e. |
Uses of XMutableNodeSet in jd.xml.xpath.axis |
Methods in jd.xml.xpath.axis with parameters of type XMutableNodeSet | |
void |
SelfAxis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
void |
RootAxis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Add the root to the result set. |
void |
PrecedingSiblingAxis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
void |
ParentAxis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
void |
FollowingSiblingAxis.getNodes(XPathNode node,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
void |
ChildAxis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
void |
Axis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
void |
AttributeAxis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
void |
AncestorAxis.getNodes(XPathNode contextNode,
NodeTest nodeTest,
XMutableNodeSet result)
Get the nodes of the axis, filtered by the NodeTest. |
Uses of XMutableNodeSet in jd.xml.xpath.expr.function |
Methods in jd.xml.xpath.expr.function with parameters of type XMutableNodeSet | |
void |
Id.toNodeSet(XPathRootNode root,
String ids,
XMutableNodeSet result)
|
Uses of XMutableNodeSet in jd.xml.xpath.expr.path |
Methods in jd.xml.xpath.expr.path with parameters of type XMutableNodeSet | |
void |
SimpleLocationStep.getNodes(XPathContext context,
XMutableNodeSet nodeSet)
Evaluate the LocationStep. |
void |
RootPath.getNodes(XPathContext context,
XMutableNodeSet nodeSet)
Evaluate the LocationStep. |
abstract void |
LocationStep.getNodes(XPathContext context,
XMutableNodeSet nodeSet)
Evaluate the LocationStep. |
void |
FilteredLocationStep.getNodes(XPathContext context,
XMutableNodeSet nodeSet)
Evaluate the FilteredLocationStep. |
Uses of XMutableNodeSet in jd.xml.xpath.object |
Subclasses of XMutableNodeSet in jd.xml.xpath.object | |
(package private) class |
XConvertibleNodeSet
A XMutableNodeSet that can be converted to another XPath type and therefore stores only the first added node |
(package private) class |
XCountNodeSet
A XMutableNodeSet that does not store the added nodes but only updates the size information. |
class |
XListNodeSet
A MutableNodeSet that stores the added nodes in an array. |
class |
XSingleNodeSet
A XNodeSet which contains one or zero nodes. |
(package private) class |
XSumNodeSet
A NodeSet which collects only the sum of the number values of the added nodes but does not provide access to the nodes. |
Methods in jd.xml.xpath.object that return XMutableNodeSet | |
static XMutableNodeSet |
XNodeSetFactory.create(int nodeSetOrdering,
int maxSize)
Factory method to create a XMutableNodeSet best suited for the requested ordering and capacity. |
static XMutableNodeSet |
XNodeSetFactory.create(int nodeSetOrdering)
Factory method to create a XMutableNodeSet best suited for the requested ordering. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |