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

Packages that use TargetPath
com.ricebridge.xmlman.in   
com.ricebridge.xmlman.in.test   
 

Uses of TargetPath in com.ricebridge.xmlman.in
 

Fields in com.ricebridge.xmlman.in declared as TargetPath
protected  TargetPath TriggerSupport.iTargetPath
          TargetPath that activates this Trigger.
 

Methods in com.ricebridge.xmlman.in that return TargetPath
 TargetPath TriggerSupport.getTargetPath()
          Get TargetPath.
 TargetPath Trigger.getTargetPath()
          Get the TargetPath that activates this Trigger.
 TargetPath TargetPath.getParentPath()
          Get the parent path of which this path is a subpath.
 

Methods in com.ricebridge.xmlman.in with parameters of type TargetPath
 void TriggerSupport.execute(TargetPath pTargetPath, StartPoint pStartPoint, DocContext pDocContext, boolean pConditionMatch)
          Helper method.
 void TriggerSupport.execute(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Helper method.
 void TriggerSupport.setTargetPath(TargetPath pTargetPath)
          Store TargetPath.
protected abstract  void TriggerSupport.executeImpl(TargetPath pTargetPath, StartPoint pStartPoint, DocContext pDocContext, boolean pConditionMatch)
          Implement to perform actions.
protected abstract  void TriggerSupport.executeImpl(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Implement to perform actions.
 void Trigger.execute(TargetPath pTargetPath, StartPoint pStartPoint, DocContext pDocContext, boolean pConditionMatch)
          Execute on element start tag match.
 void Trigger.execute(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Execute on element end tag match.
 void Trigger.setTargetPath(TargetPath pTargetPath)
          Set the TargetPath that activates this Trigger.
 void TargetPath.addSubPath(TargetPath pTargetPath)
          Add a subpath to this path.
 void SubPathManager.addPath(TargetPath pTargetPath)
          Add a TargetPath as a subpath.
 void SubPathManager.setRequiresClear(DocContext pDocContext, boolean pRequiresClear, TargetPath pSource, String pReason)
          Mark the subpaths to have their data values cleared.
protected  void RecordTrigger.executeImpl(TargetPath pTargetPath, StartPoint pStartPoint, DocContext pDocContext, boolean pConditionMatch)
          Does nothing on element start tag event.
protected  void RecordTrigger.executeImpl(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Create data record when data record element end tag is reached.
 void PathContext.descend(TargetPath pTargetPath, int pDepth, DocContext pDocContext)
          Move to next search part.
 void PathContext.ascend(TargetPath pTargetPath)
          Move to previous path part.
 void PathContext.clear(TargetPath pTargetPath)
          Clear data values and match state.
 void PathContext.revokeValue(TargetPath pTargetPath)
          Reset data value to previous value.
 boolean PathContext.hasChild(TargetPath pTargetPath)
          Current path part has a following path part.
 PathPart PathContext.getChild(TargetPath pTargetPath)
          Get the path part following the current one.
 Object PathContext.getValue(TargetPath pTargetPath)
          Get the current data value.
 void PathContext.handleTarget(TargetPath pTargetPath, StartPoint pStartPoint, int pDepth, DocContext pDocContext)
          On match of target element start tag (final path part), collect values.
 void PathContext.handleTarget(TargetPath pTargetPath, EndPoint pEndPoint)
          On match of target element end tag, collect text value.
 boolean PathContext.matchConditions(TargetPath pTargetPath, DocContext pDocContext)
          Test for match of conditions on all path parts.
 TargetPathState DocContext.getState(TargetPath pTargetPath)
          Get current state of TargetPath.
 void Condition.addSubPath(TargetPath pTargetPath)
          Attach the XPaths that define this condition.
 

Constructors in com.ricebridge.xmlman.in with parameters of type TargetPath
PathContext(TargetPath pTargetPath, int pDepth, DocContext pDocContext)
          Create from TargetPath for current document context.
OutPath(TargetPath pTargetPath, boolean pIsRecord)
          Create new OutPath based on TargetPath.
 

Uses of TargetPath in com.ricebridge.xmlman.in.test
 

Constructors in com.ricebridge.xmlman.in.test with parameters of type TargetPath
DirectExpression(TargetPath pTargetPath)
          Pass in the TargetPath that will provide the value directly.
 



Copyright © 2004-2005 Ricebridge