Uses of Class
org.apache.jackrabbit.spi.commons.conversion.MalformedPathException

Packages that use MalformedPathException
org.apache.jackrabbit.core   
org.apache.jackrabbit.spi.commons.conversion   
org.apache.jackrabbit.spi.commons.name   
 

Uses of MalformedPathException in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that throw MalformedPathException
 Path SessionImpl.getQPath(String path)
           
 

Uses of MalformedPathException in org.apache.jackrabbit.spi.commons.conversion
 

Methods in org.apache.jackrabbit.spi.commons.conversion that throw MalformedPathException
static void PathParser.checkFormat(String jcrPath)
          Check the format of the given jcr path.
 Path DefaultNamePathResolver.getQPath(String path)
           
 Path CachingPathResolver.getQPath(String path)
          Returns the qualified path for the given prefixed JCR path.
 Path ParsingPathResolver.getQPath(String path)
          Parses the prefixed JCR path and returns the resolved qualified path.
 Path PathResolver.getQPath(String path)
          Returns the qualified path for the given prefixed JCR path.
static Path PathParser.parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)
          Parses the give jcrPath and returns a Path.
static Path PathParser.parse(String jcrPath, NameResolver resolver, PathFactory factory)
          Parses jcrPath into a qualified path using resolver to convert prefixes into namespace URI's.
 

Uses of MalformedPathException in org.apache.jackrabbit.spi.commons.name
 

Methods in org.apache.jackrabbit.spi.commons.name that throw MalformedPathException
 Path PathBuilder.getPath()
          Assembles the built path and returns a new Path.
 Path PathMap.Element.getPath()
          Return the path of this element.
 



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