public class RelativePathExprNode extends ASTNode
| Constructor | Description | 
|---|---|
| RelativePathExprNode(SourceLocation loc) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ASTNode | getPath() | |
| XQueryConstants.PathType | getPathType() | |
| ASTTag | getTag() | |
| void | setPath(ASTNode path) | |
| void | setPathType(XQueryConstants.PathType pathType) | 
getSourceLocation, toStringpublic RelativePathExprNode(SourceLocation loc)
public XQueryConstants.PathType getPathType()
public void setPathType(XQueryConstants.PathType pathType)
public ASTNode getPath()
public void setPath(ASTNode path)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.