org.alfresco.jcr.item
Class JCRPath.RootSimpleElement

java.lang.Object
  extended by org.alfresco.service.cmr.repository.Path.Element
      extended by org.alfresco.jcr.item.JCRPath.SimpleElement
          extended by org.alfresco.jcr.item.JCRPath.RootSimpleElement
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JCRPath

public static class JCRPath.RootSimpleElement
extends JCRPath.SimpleElement

Root Path Element

See Also:
Serialized Form

Constructor Summary
JCRPath.RootSimpleElement(org.alfresco.service.namespace.NamespacePrefixResolver resolver, java.lang.String path)
          Construct
 
Method Summary
 java.lang.String getElementString()
           
 java.lang.String getPrefixedString(org.alfresco.service.namespace.NamespacePrefixResolver resolver)
           
 
Methods inherited from class org.alfresco.jcr.item.JCRPath.SimpleElement
equals, getQName, hashCode
 
Methods inherited from class org.alfresco.service.cmr.repository.Path.Element
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCRPath.RootSimpleElement

public JCRPath.RootSimpleElement(org.alfresco.service.namespace.NamespacePrefixResolver resolver,
                                 java.lang.String path)
Construct

Parameters:
path -
Method Detail

getElementString

public java.lang.String getElementString()
Overrides:
getElementString in class JCRPath.SimpleElement

getPrefixedString

public java.lang.String getPrefixedString(org.alfresco.service.namespace.NamespacePrefixResolver resolver)
Overrides:
getPrefixedString in class JCRPath.SimpleElement


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