|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
Name |
NameResolver.getQName(String name)
Returns the qualified name for the given prefixed JCR name. |
Name |
CachingNameResolver.getQName(String name)
Returns the qualified name for the given prefixed JCR name. |
Name |
ParsingNameResolver.getQName(String name)
Parses the prefixed JCR name and returns the resolved qualified name. |
Name |
DefaultNamePathResolver.getQName(String name)
|
Path |
PathResolver.getQPath(String path)
Returns the qualified path for the given prefixed 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. |
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. |
static Name |
NameParser.parse(String jcrName,
NamespaceResolver resolver,
NameFactory factory)
Parses the jcrName (either qualified or expanded) and
returns a new Name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||