org.chromattic.common.jcr
Interface PathVisitor


public interface PathVisitor

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void onParent()
           
 void onPathSegment(java.lang.String s, int start, int end, java.lang.Integer number)
           
 void onPrefixPathSegment(java.lang.String s, int prefixStart, int prefixEnd, int start, int end, java.lang.Integer number)
           
 void onSelf()
           
 void onURIPathSegment(java.lang.String s, int uriStart, int uriEnd, int start, int end, java.lang.Integer number)
           
 

Method Detail

onPathSegment

void onPathSegment(java.lang.String s,
                   int start,
                   int end,
                   java.lang.Integer number)
                   throws PathException
Throws:
PathException

onPrefixPathSegment

void onPrefixPathSegment(java.lang.String s,
                         int prefixStart,
                         int prefixEnd,
                         int start,
                         int end,
                         java.lang.Integer number)
                         throws PathException
Throws:
PathException

onURIPathSegment

void onURIPathSegment(java.lang.String s,
                      int uriStart,
                      int uriEnd,
                      int start,
                      int end,
                      java.lang.Integer number)
                      throws PathException
Throws:
PathException

onSelf

void onSelf()
            throws PathException
Throws:
PathException

onParent

void onParent()
              throws PathException
Throws:
PathException


Copyright © 2013 eXo Platform SAS. All Rights Reserved.