public static interface JcrPathParser.Listener
Modifier and Type | Method and Description |
---|---|
boolean |
current() |
void |
error(java.lang.String message)
Informs this listener that parsing the jcr name failed.
|
boolean |
name(java.lang.String name,
int index)
Informs this listener about the result of
JcrNameParser.parse(String, Listener, int) |
boolean |
parent() |
boolean |
root() |
boolean root()
boolean current()
boolean parent()
void error(java.lang.String message)
message
- Details about the error.JcrNameParser.parse(String, Listener, int)
boolean name(java.lang.String name, int index)
JcrNameParser.parse(String, Listener, int)
name
- The resulting name upon successful completion of
JcrNameParser.parse(String, Listener, int)
index
- the index (or 0
when not specified)Copyright © 2010 - 2020 Adobe. All Rights Reserved