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

Packages that use EndPoint
com.ricebridge.xmlman.in   
 

Uses of EndPoint in com.ricebridge.xmlman.in
 

Methods in com.ricebridge.xmlman.in with parameters of type EndPoint
 void TriggerSupport.execute(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Helper method.
protected abstract  void TriggerSupport.executeImpl(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Implement to perform actions.
 void Trigger.execute(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Execute on element end tag match.
 void TreeContext.ascend(EndPoint pEndPoint)
          Reverse towards trunk.
 boolean TargetPath.handleEndPoint(EndPoint pEndPoint, DocContext pDocContext)
          Handle an EndPoint event.
 void SubPathManager.complete(EndPoint pEndPoint, DocContext pDocContext)
          Pass the matching EndPoint to the subpaths.
protected  void RecordTrigger.executeImpl(TargetPath pTargetPath, EndPoint pEndPoint, DocContext pDocContext, boolean pConditionMatch)
          Create data record when data record element end tag is reached.
 void PointHandler.handlePoint(EndPoint pEndPoint)
          Handle an EndPoint.
 void PathContext.handleTarget(TargetPath pTargetPath, EndPoint pEndPoint)
          On match of target element end tag, collect text value.
 



Copyright © 2004-2005 Ricebridge