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, toString
public 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.