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

Packages that use Condition
com.ricebridge.xmlman.in   
 

Uses of Condition in com.ricebridge.xmlman.in
 

Methods in com.ricebridge.xmlman.in that return Condition
 Condition TextInfo.getCondition()
          Get the Condition for text collection.
 Condition PathPart.getCondition()
          Get the Condition that this node must satisfy.
 

Methods in com.ricebridge.xmlman.in with parameters of type Condition
 void PathPart.setCondition(Condition pCondition)
          Set the Condition that this node must satisfy, can be null.
 void ExprWalker.walkExpr(com.ricebridge.xmlman.tp.expr.Expr pExpr, Condition pCondition)
           
 void ExprWalker.walkExpr(com.ricebridge.xmlman.tp.expr.Expr pExpr, boolean pTopLevel, boolean pTargetIsXml, Condition pCondition)
          Generic expression handler.
 void ExprWalker.walkLocationPath(com.ricebridge.xmlman.tp.expr.LocationPath pLocationPath, boolean pTopLevel, boolean pTargetIsXml, Condition pCondition)
          Walk a location path - this creates a TargetPath.
 void ExprWalker.walkPredicate(com.ricebridge.xmlman.tp.expr.Predicate pPredicate, Condition pCondition)
          Handle a predicate expression.
 void ExprWalker.walkBinary(com.ricebridge.xmlman.tp.expr.BinaryExpr pBinaryExpr, boolean pTopLevel, Condition pCondition)
          Handle a binary expression.
 void ExprWalker.walkFunction(com.ricebridge.xmlman.tp.expr.FunctionCallExpr pFunctionCallExpr, boolean pTopLevel, Condition pCondition)
          Handle a function.
 

Constructors in com.ricebridge.xmlman.in with parameters of type Condition
TextInfo(Condition pCondition)
          Create TextInfo targeting a specific text node.
 



Copyright © 2004-2005 Ricebridge