org.chromattic.common.jcr
Interface PathVisitor
public interface PathVisitor
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
void |
onParent()
|
void |
onPathSegment(String s,
int start,
int end,
Integer number)
|
void |
onPrefixPathSegment(String s,
int prefixStart,
int prefixEnd,
int start,
int end,
Integer number)
|
void |
onSelf()
|
void |
onURIPathSegment(String s,
int uriStart,
int uriEnd,
int start,
int end,
Integer number)
|
onPathSegment
void onPathSegment(String s,
int start,
int end,
Integer number)
throws PathException
- Throws:
PathException
onPrefixPathSegment
void onPrefixPathSegment(String s,
int prefixStart,
int prefixEnd,
int start,
int end,
Integer number)
throws PathException
- Throws:
PathException
onURIPathSegment
void onURIPathSegment(String s,
int uriStart,
int uriEnd,
int start,
int end,
Integer number)
throws PathException
- Throws:
PathException
onSelf
void onSelf()
throws PathException
- Throws:
PathException
onParent
void onParent()
throws PathException
- Throws:
PathException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.