Uses of Class
org.apache.commons.jxpath.ri.compiler.Path
-
Packages that use Path Package Description org.apache.commons.jxpath.ri.compiler XPath parse tree. -
-
Uses of Path in org.apache.commons.jxpath.ri.compiler
Subclasses of Path in org.apache.commons.jxpath.ri.compiler Modifier and Type Class Description class
ExpressionPath
An element of the parse tree that represents an expression path, which is a path that starts with an expression like a function call:getFoo(.) /bar
.class
LocationPath
-