public class PathExprNode extends ASTNode
| Constructor | Description | 
|---|---|
| PathExprNode(SourceLocation loc) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| List<RelativePathExprNode> | getPaths() | |
| XQueryConstants.PathType | getPathType() | |
| ASTTag | getTag() | |
| void | setPaths(List<RelativePathExprNode> paths) | |
| void | setPathType(XQueryConstants.PathType pathType) | 
getSourceLocation, toStringpublic PathExprNode(SourceLocation loc)
public XQueryConstants.PathType getPathType()
public void setPathType(XQueryConstants.PathType pathType)
public List<RelativePathExprNode> getPaths()
public void setPaths(List<RelativePathExprNode> paths)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.