org.alfresco.service.cmr.repository
Class Path.DescendentOrSelfElement

java.lang.Object
  extended by org.alfresco.service.cmr.repository.Path.Element
      extended by org.alfresco.service.cmr.repository.Path.DescendentOrSelfElement
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Path

public static class Path.DescendentOrSelfElement
extends Path.Element

Represents the // or /descendant-or-self::node() xpath element

See Also:
Serialized Form

Constructor Summary
Path.DescendentOrSelfElement()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getElementString()
           
 int hashCode()
           
 
Methods inherited from class org.alfresco.service.cmr.repository.Path.Element
getPrefixedString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Path.DescendentOrSelfElement

public Path.DescendentOrSelfElement()
Method Detail

getElementString

public java.lang.String getElementString()
Specified by:
getElementString in class Path.Element
Returns:
Returns the path element portion including leading '/' and never null

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.