|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MalformedPathException | |
|---|---|
| org.apache.jackrabbit.name | |
| org.apache.jackrabbit.util | |
| Uses of MalformedPathException in org.apache.jackrabbit.name |
|---|
| Methods in org.apache.jackrabbit.name that throw MalformedPathException | |
|---|---|
static void |
Path.checkFormat(java.lang.String jcrPath)
Deprecated. Use PathFormat.checkFormat(String) instead. |
static void |
PathFormat.checkFormat(java.lang.String jcrPath)
Deprecated. Checks if jcrPath is a valid JCR-style absolute or relative
path. |
Path |
Path.computeRelativePath(Path other)
Deprecated. Computes the relative path from this absolute path to
other. |
static Path |
Path.create(Path parent,
Path relPath,
boolean normalize)
Deprecated. Creates a new Path out of the given parent |
static Path |
Path.create(Path parent,
QName name,
boolean normalize)
Deprecated. Creates a new Path out of the given parent |
static Path |
Path.create(Path parent,
QName name,
int index,
boolean normalize)
Deprecated. Creates a new Path out of the given parent |
static Path |
Path.create(Path parent,
java.lang.String relJCRPath,
NamespaceResolver resolver,
boolean canonicalize)
Deprecated. Use PathFormat.parse(Path, String, NamespaceResolver) instead. |
static Path |
Path.create(java.lang.String jcrPath,
NamespaceResolver resolver,
boolean normalize)
Deprecated. Use PathFormat#parse(String, NamespaceResolver)} instead. |
Path |
Path.getCanonicalPath()
Deprecated. Returns the canonical path representation of this path. |
Path |
Path.getNormalizedPath()
Deprecated. Returns the normalized path representation of this path. |
Path |
Path.PathBuilder.getPath()
Assembles the built path and returns a new Path. |
boolean |
Path.isAncestorOf(Path other)
Deprecated. Determines if this path is an ancestor of the specified path, based on their (absolute or relative) hierarchy level as returned by . |
boolean |
Path.isDescendantOf(Path other)
Deprecated. Determines if this path is a descendant of the specified path, based on their (absolute or relative) hierarchy level as returned by . |
static Path |
PathFormat.parse(Path parent,
java.lang.String jcrPath,
NamespaceResolver resolver)
Deprecated. Parses the give jcrPath and returns a Path. |
static Path |
PathFormat.parse(java.lang.String jcrPath,
NamespaceResolver resolver)
Deprecated. Parses jcrPath into a qualified path using
resolver to convert prefixes into namespace URI's. |
| Uses of MalformedPathException in org.apache.jackrabbit.util |
|---|
| Methods in org.apache.jackrabbit.util that throw MalformedPathException | |
|---|---|
Path |
PathMap.Element.getPath()
Return the path of this element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||