Uses of Class
org.apache.jackrabbit.name.MalformedPathException

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

Uses of MalformedPathException in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that throw MalformedPathException
 Path PathMap.Element.getPath()
          Return the path of this element.
 

Uses of MalformedPathException in org.apache.jackrabbit.name
 

Methods in org.apache.jackrabbit.name that throw MalformedPathException
static Path Path.create(String jcrPath, NamespaceResolver resolver, boolean normalize)
          Creates a new Path from the given jcrPath string.
static Path Path.create(Path parent, String relJCRPath, NamespaceResolver resolver, boolean canonicalize)
          Creates a new Path out of the given parent path and a relative path string.
static Path Path.create(Path parent, Path relPath, boolean normalize)
          Creates a new Path out of the given parent path string and the given relative path string.
static Path Path.create(Path parent, QName name, boolean normalize)
          Creates a new Path out of the given parent path string and the give name.
static Path Path.create(Path parent, QName name, int index, boolean normalize)
          Creates a new Path out of the given parent path and the give name and index.
static void Path.checkFormat(String jcrPath)
          Checks if jcrPath is a valid JCR-style absolute or relative path.
 Path Path.getNormalizedPath()
          Returns the normalized path representation of this path.
 Path Path.getCanonicalPath()
          Returns the canonical path representation of this path.
 Path Path.computeRelativePath(Path other)
          Computes the relative path from this absolute path to other.
 boolean Path.isAncestorOf(Path other)
          Determines if this path is an ancestor of the specified path, based on their (absolute or relative) hierarchy level as returned by Path.getDepth().
 boolean Path.isDescendantOf(Path other)
          Determines if this path is a descendant of the specified path, based on their (absolute or relative) hierarchy level as returned by Path.getDepth().
 Path Path.PathBuilder.getPath()
          Assembles the built path and returns a new Path.
 



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