public static class XPath.ParenthesizedExpression extends XPath.Component
Constructor and Description |
---|
ParenthesizedExpression() |
ParenthesizedExpression(XPath.Component wrapped) |
Modifier and Type | Method and Description |
---|---|
XPath.Component |
collapse()
Return the collapsable form
|
boolean |
equals(Object obj) |
XPath.Component |
getWrapped() |
int |
hashCode() |
String |
toString() |
public ParenthesizedExpression()
public ParenthesizedExpression(XPath.Component wrapped)
public XPath.Component getWrapped()
public XPath.Component collapse()
XPath.Component
collapse
in class XPath.Component
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.