Package org.javarosa.xpath.parser.ast
Class ASTNodeLocPath
java.lang.Object
org.javarosa.xpath.parser.ast.ASTNode
org.javarosa.xpath.parser.ast.ASTNodeLocPath
public class ASTNodeLocPath extends ASTNode
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ASTNodeLocPath() -
Method Summary
Modifier and Type Method Description XPathExpressionbuild()Vector<ASTNode>getChildren()booleanisAbsolute()
-
Field Details
-
Constructor Details
-
ASTNodeLocPath
public ASTNodeLocPath()
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin classASTNode
-
isAbsolute
public boolean isAbsolute() -
build
- Specified by:
buildin classASTNode- Throws:
XPathSyntaxException
-