Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.XPath
-
Packages that use XPath Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity -
-
Uses of XPath in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Subclasses of XPath in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity Modifier and Type Class Description static class
Field.XPath
Field XPath.static class
Selector.XPath
Schema identity constraint selector XPath expression.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return XPath Modifier and Type Method Description XPath
Field. getXPath()
Returns the field XPath.XPath
Selector. getXPath()
Returns the selector XPath.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type XPath Constructor Description XPathMatcher(XPath xpath)
Constructs an XPath matcher that implements a document fragment handler.
-