public abstract static class XPath.BinaryComponent extends XPath.Component
Constructor and Description |
---|
BinaryComponent(XPath.Component left,
XPath.Component right) |
Modifier and Type | Method and Description |
---|---|
XPath.Component |
getLeft() |
XPath.Component |
getRight() |
collapse
public BinaryComponent(XPath.Component left, XPath.Component right)
public XPath.Component getLeft()
public XPath.Component getRight()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.