Uses of Class
org.apache.jackrabbit.core.PathMap.Element

Packages that use PathMap.Element
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
 

Uses of PathMap.Element in org.apache.jackrabbit.core
 

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

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



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