public static class XPath.FunctionCall extends XPath.Component
Constructor and Description |
---|
FunctionCall(XPath.NameTest name,
List<XPath.Component> arguments) |
Modifier and Type | Method and Description |
---|---|
XPath.Component |
collapse()
Return the collapsable form
|
boolean |
equals(Object obj) |
XPath.NameTest |
getName() |
List<XPath.Component> |
getParameters() |
int |
hashCode() |
String |
toString() |
public FunctionCall(XPath.NameTest name, List<XPath.Component> arguments)
public XPath.NameTest getName()
public List<XPath.Component> getParameters()
public XPath.Component collapse()
XPath.Component
collapse
in class XPath.Component
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.