Uses of Class
org.apache.jackrabbit.spi.commons.name.PathMap.Element

Packages that use PathMap.Element
org.apache.jackrabbit.spi.commons.name   
 

Uses of PathMap.Element in org.apache.jackrabbit.spi.commons.name
 

Methods in org.apache.jackrabbit.spi.commons.name that return PathMap.Element
 PathMap.Element PathMap.Element.getDescendant(Path relPath, boolean exact)
          Map a relPath starting at this Element.
 PathMap.Element PathMap.Element.getParent()
          Return the parent of this element
 PathMap.Element PathMap.map(Path path, boolean exact)
          Map a path to a child.
 PathMap.Element PathMap.put(Path path)
          Create an empty child given by its path.
 PathMap.Element PathMap.put(Path path, Object obj)
          Create an element given by its path.
 PathMap.Element PathMap.Element.remove(Path.Element nameIndex)
          Remove a child.
 

Methods in org.apache.jackrabbit.spi.commons.name with parameters of type PathMap.Element
 void PathMap.ElementVisitor.elementVisited(PathMap.Element element)
          Invoked for every element visited on a tree traversal
 boolean PathMap.Element.isAncestorOf(PathMap.Element other)
          Return a flag indicating whether the specified node is a child of this node.
 void PathMap.Element.put(Path.Element nameIndex, PathMap.Element element)
          Link a child of this node.
 void PathMap.put(Path path, PathMap.Element element)
          Put an element given by its path.
 



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