Interface JcrPathParser.Listener
- Enclosing class:
- JcrPathParser
public static interface JcrPathParser.Listener
-
Method Summary
-
Method Details
-
root
boolean root() -
current
boolean current() -
parent
boolean parent() -
error
Informs this listener that parsing the jcr name failed.- Parameters:
message- Details about the error.- See Also:
-
name
Informs this listener about the result ofJcrNameParser.parse(String, Listener, int)- Parameters:
name- The resulting name upon successful completion ofJcrNameParser.parse(String, Listener, int)index- the index (or0when not specified)
-