org.jboss.dna.jcr.xpath
Class XPath.Negation

java.lang.Object
  extended by org.jboss.dna.jcr.xpath.XPath.Component
      extended by org.jboss.dna.jcr.xpath.XPath.UnaryComponent
          extended by org.jboss.dna.jcr.xpath.XPath.Negation
Enclosing class:
XPath

public static class XPath.Negation
extends XPath.UnaryComponent


Constructor Summary
XPath.Negation(XPath.Component wrapped)
           
 
Method Summary
 boolean equals(Object obj)
          
 XPath.Component getNegated()
           
 String toString()
          
 
Methods inherited from class org.jboss.dna.jcr.xpath.XPath.Component
collapse
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPath.Negation

public XPath.Negation(XPath.Component wrapped)
Method Detail

getNegated

public XPath.Component getNegated()

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


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