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

Packages that use StartPoint
com.ricebridge.xmlman.in   
 

Uses of StartPoint in com.ricebridge.xmlman.in
 

Methods in com.ricebridge.xmlman.in with parameters of type StartPoint
 void TriggerSupport.execute(TargetPath pTargetPath, StartPoint pStartPoint, DocContext pDocContext, boolean pConditionMatch)
          Helper method.
protected abstract  void TriggerSupport.executeImpl(TargetPath pTargetPath, StartPoint pStartPoint, 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 TreeContext.descend(StartPoint pStartPoint)
          Follow a deeper branch.
 List TargetPath.handleStartPoint(StartPoint pStartPoint, DocContext pDocContext)
          Handle a StartPoint event.
 boolean TargetPath.isMatch(StartPoint pStartPoint, PathContext pPathContext, int pDepth)
          Check if this path matches the start element tag.
 List SubPathManager.activate(StartPoint pStartPoint, DocContext pDocContext)
          Activate the subpaths and pass in the specified StartPoint.
protected  void RecordTrigger.executeImpl(TargetPath pTargetPath, StartPoint pStartPoint, DocContext pDocContext, boolean pConditionMatch)
          Does nothing on element start tag event.
 List PointHandler.handlePoint(StartPoint pStartPoint)
          Handle a StartPoint.
 void PathContext.handleTarget(TargetPath pTargetPath, StartPoint pStartPoint, int pDepth, DocContext pDocContext)
          On match of target element start tag (final path part), collect values.
 



Copyright © 2004-2005 Ricebridge