Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.XPath.NodeTest
-
Packages that use XPath.NodeTest Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath -
-
Uses of XPath.NodeTest in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath declared as XPath.NodeTest Modifier and Type Field Description XPath.NodeTest
XPath.Step. nodeTest
Node test.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath with parameters of type XPath.NodeTest Constructor Description NodeTest(XPath.NodeTest nodeTest)
Copy constructor.Step(XPath.Axis axis, XPath.NodeTest nodeTest)
Constructs a step from an axis and node test.
-