Uses of Class
com.ricebridge.xmlman.in.PathPart

Packages that use PathPart
com.ricebridge.xmlman.in   
 

Uses of PathPart in com.ricebridge.xmlman.in
 

Fields in com.ricebridge.xmlman.in declared as PathPart
static PathPart PathPart.NONE
          Empty node.
 

Methods in com.ricebridge.xmlman.in that return PathPart
 PathPart TargetPath.getPathPartAt(int pPartIndex)
          Get the part at the specified index.
 PathPart PathPart.unconditionalDuplicate()
          Create a new part with same match criteria as this one, but no conditions.
 PathPart PathContext.getParent()
          Get the previous path part.
 PathPart PathContext.getSearch()
          Get the currently searching path part.
 PathPart PathContext.getChild(TargetPath pTargetPath)
          Get the path part following the current one.
 

Methods in com.ricebridge.xmlman.in with parameters of type PathPart
 boolean NameInfo.nameMatch(PathPart pPathPart)
          Test if this name matches the name test in the path part.
 void ExprWalker.walkPredicates(com.ricebridge.xmlman.tp.expr.Predicated pPredicated, PathPart pPathPart)
          Dive into the predicate expressions.
 



Copyright © 2004-2005 Ricebridge