org.modeshape.jcr.xpath
Class XPath.Component

java.lang.Object
  extended by org.modeshape.jcr.xpath.XPath.Component
Direct Known Subclasses:
XPath.BinaryComponent, XPath.ContextItem, XPath.FunctionCall, XPath.Literal, XPath.NodeTest, XPath.OrderBy, XPath.ParenthesizedExpression, XPath.PathExpression, XPath.StepExpression, XPath.UnaryComponent
Enclosing class:
XPath

public abstract static class XPath.Component
extends Object


Constructor Summary
XPath.Component()
           
 
Method Summary
 XPath.Component collapse()
          Return the collapsable form
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPath.Component

public XPath.Component()
Method Detail

collapse

public XPath.Component collapse()
Return the collapsable form

Returns:
the collapsed form of th is component; never null and possibly the same as this


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.