public class ASTNodeFunctionCall extends ASTNode
| Modifier and Type | Field and Description |
|---|---|
Vector<ASTNode> |
args |
XPathQName |
name |
| Constructor and Description |
|---|
ASTNodeFunctionCall(XPathQName name) |
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
build() |
Vector<ASTNode> |
getChildren() |
public XPathQName name
public ASTNodeFunctionCall(XPathQName name)
public Vector<ASTNode> getChildren()
getChildren in class ASTNodepublic XPathExpression build() throws XPathSyntaxException
build in class ASTNodeXPathSyntaxExceptionCopyright © 2021. All rights reserved.