Uses of Class
org.apache.jackrabbit.name.Path.PathElement

Packages that use Path.PathElement
org.apache.jackrabbit.name   
org.apache.jackrabbit.util   
 

Uses of Path.PathElement in org.apache.jackrabbit.name
 

Subclasses of Path.PathElement in org.apache.jackrabbit.name
static class Path.CurrentElement
          Deprecated.  
static class Path.NameElement
          Deprecated.  
static class Path.ParentElement
          Deprecated.  
static class Path.RootElement
          Deprecated.  
 

Fields in org.apache.jackrabbit.name declared as Path.PathElement
static Path.PathElement Path.CURRENT_ELEMENT
          Deprecated. the 'current' element. i.e. '.'
static Path.PathElement Path.PARENT_ELEMENT
          Deprecated. the 'parent' element. i.e. '..'
static Path.PathElement Path.ROOT_ELEMENT
          Deprecated. the 'root' element. i.e
 

Methods in org.apache.jackrabbit.name that return Path.PathElement
static Path.PathElement Path.PathElement.create(QName name)
          Creates a path element with the given qualified name.
static Path.PathElement Path.PathElement.create(QName name, int index)
          Same as create(QName) except that an explicit index can be specified.
static Path.PathElement Path.PathElement.fromString(String s)
          Parses the given path element string into a path element object.
 Path.PathElement Path.getElement(int i)
          Deprecated. Returns the ith element of this path.
 Path.PathElement[] Path.getElements()
          Deprecated. Returns the elements of this path.
 Path.PathElement Path.getNameElement()
          Deprecated. Returns the name element (i.e. the last element) of this path.
 

Methods in org.apache.jackrabbit.name with parameters of type Path.PathElement
 void Path.PathBuilder.addAll(Path.PathElement[] elements)
          Adds the given elemenets
 void Path.PathBuilder.addFirst(Path.PathElement elem)
          Inserts the element at the beginning of the path to be built.
 void Path.PathBuilder.addLast(Path.PathElement elem)
          Inserts the element at the end of the path to be built.
 

Constructors in org.apache.jackrabbit.name with parameters of type Path.PathElement
Path.PathBuilder(Path.PathElement[] elements)
          Creates a new PathBuilder and initialized it with the given path elements.
 

Uses of Path.PathElement in org.apache.jackrabbit.util
 

Methods in org.apache.jackrabbit.util that return Path.PathElement
 Path.PathElement PathMap.Element.getPathElement()
          Return a path element pointing to this element
 

Methods in org.apache.jackrabbit.util with parameters of type Path.PathElement
 void PathMap.Element.insert(Path.PathElement nameIndex)
          Insert an empty child.
 void PathMap.Element.put(Path.PathElement nameIndex, PathMap.Element element)
          Link a child of this node.
 PathMap.Element PathMap.Element.remove(Path.PathElement nameIndex)
          Remove a child.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.