Uses of Class
com.werken.xpath.impl.LocationPath
-
Packages that use LocationPath Package Description com.werken.xpath.impl Contains implementation classes for evaluating XPath componentscom.werken.xpath.parser Contains generated Java classes from the antlr grammar. -
-
Uses of LocationPath in com.werken.xpath.impl
Methods in com.werken.xpath.impl that return LocationPath Modifier and Type Method Description LocationPath
LocationPath. addStep(Step step)
Methods in com.werken.xpath.impl with parameters of type LocationPath Modifier and Type Method Description void
FilterExpr. setLocationPath(LocationPath path)
-
Uses of LocationPath in com.werken.xpath.parser
Methods in com.werken.xpath.parser that return LocationPath Modifier and Type Method Description LocationPath
XPathRecognizer. absolute_location_path()
LocationPath
XPathRecognizer. i_relative_location_path(LocationPath in_path)
LocationPath
XPathRecognizer. location_path()
LocationPath
XPathRecognizer. relative_location_path()
Methods in com.werken.xpath.parser with parameters of type LocationPath Modifier and Type Method Description LocationPath
XPathRecognizer. i_relative_location_path(LocationPath in_path)
-