| Methods in org.chromattic.common.jcr that throw PathException |
static String |
Path.normalizeAbsolutePath(String absolutePath)
|
void |
PathVisitor.onParent()
|
void |
PathVisitor.onPathSegment(String s,
int start,
int end,
Integer number)
|
void |
PathVisitor.onPrefixPathSegment(String s,
int prefixStart,
int prefixEnd,
int start,
int end,
Integer number)
|
void |
PathVisitor.onSelf()
|
void |
PathVisitor.onURIPathSegment(String s,
int uriStart,
int uriEnd,
int start,
int end,
Integer number)
|
static void |
Path.parseAbsolutePath(String path,
PathVisitor visitor)
|
static void |
Path.parsePath(String path,
PathVisitor visitor)
|
static void |
Path.parsePathSegment(String s,
PathVisitor visitor)
|
static void |
Path.parseRelativePath(PathVisitor visitor,
String s)
|
static List<String> |
Path.splitAbsolutePath(String absolutePath)
|