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

Packages that use IllegalNameException
org.apache.jackrabbit.spi.commons.conversion   
 

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

Methods in org.apache.jackrabbit.spi.commons.conversion that throw IllegalNameException
static void NameParser.checkFormat(String jcrName)
          Check the format of the jcr name.
 org.apache.jackrabbit.spi.Name NameResolver.getQName(String name)
          Returns the Name for the given JCR name String.
 org.apache.jackrabbit.spi.Name CachingNameResolver.getQName(String jcrName)
          Returns a Name for the given prefixed JCR name.
 org.apache.jackrabbit.spi.Name ParsingNameResolver.getQName(String jcrName)
          Parses the given JCR name and returns the resolved Name object.
 org.apache.jackrabbit.spi.Name DefaultNamePathResolver.getQName(String name)
           
 org.apache.jackrabbit.spi.Path PathResolver.getQPath(String path)
          Returns the path object for the given JCR path string.
 org.apache.jackrabbit.spi.Path CachingPathResolver.getQPath(String path)
          Returns the Path object for the given JCR path String.
 org.apache.jackrabbit.spi.Path ParsingPathResolver.getQPath(String jcrPath)
          Parses the given JCR path into a Path object.
 org.apache.jackrabbit.spi.Path DefaultNamePathResolver.getQPath(String path)
           
 org.apache.jackrabbit.spi.Path PathResolver.getQPath(String path, boolean normalizeIdentifier)
          Returns the path object for the given JCR path string.
 org.apache.jackrabbit.spi.Path CachingPathResolver.getQPath(String path, boolean normalizeIdentifier)
           
 org.apache.jackrabbit.spi.Path ParsingPathResolver.getQPath(String jcrPath, boolean normalizeIdentifier)
          Calls PathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory) from the given jcrPath.
 org.apache.jackrabbit.spi.Path DefaultNamePathResolver.getQPath(String path, boolean normalizeIdentifier)
           
static org.apache.jackrabbit.spi.Path PathParser.parse(org.apache.jackrabbit.spi.Path parent, String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, org.apache.jackrabbit.spi.PathFactory factory)
          Parses the given jcrPath and returns a Path.
static org.apache.jackrabbit.spi.Path PathParser.parse(org.apache.jackrabbit.spi.Path parent, String jcrPath, NameResolver resolver, org.apache.jackrabbit.spi.PathFactory factory)
          Parses the given jcrPath and returns a Path.
static org.apache.jackrabbit.spi.Path PathParser.parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, org.apache.jackrabbit.spi.PathFactory factory)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static org.apache.jackrabbit.spi.Path PathParser.parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, org.apache.jackrabbit.spi.PathFactory factory, boolean normalizeIdentifier)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static org.apache.jackrabbit.spi.Path PathParser.parse(String jcrPath, NameResolver resolver, org.apache.jackrabbit.spi.PathFactory factory)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static org.apache.jackrabbit.spi.Name NameParser.parse(String jcrName, NamespaceResolver resolver, org.apache.jackrabbit.spi.NameFactory factory)
          Parses the jcrName (either qualified or expanded) and returns a new Name.
 



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