com.ricebridge.xmlman.in
Class PointHandler

java.lang.Object
  extended bycom.ricebridge.xmlman.in.PointHandler

public class PointHandler
extends Object

Receives event points and acts on them.


Constructor Summary
PointHandler()
          Empty constructor.
PointHandler(List pTargetPaths, DocContext pDocContext)
          Create using a list of TargetPaths and a DocContext.
 
Method Summary
 void handlePoint(EndPoint pEndPoint)
          Handle an EndPoint.
 List handlePoint(StartPoint pStartPoint)
          Handle a StartPoint.
 void setDocContext(DocContext pDocContext)
          Set the DocContext of the point events.
 void setTargetPaths(List pTargetPaths)
          Set TargetPaths to pass events to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointHandler

public PointHandler()
Empty constructor.


PointHandler

public PointHandler(List pTargetPaths,
                    DocContext pDocContext)
Create using a list of TargetPaths and a DocContext.

Method Detail

setTargetPaths

public void setTargetPaths(List pTargetPaths)
Set TargetPaths to pass events to.


setDocContext

public void setDocContext(DocContext pDocContext)
Set the DocContext of the point events.


handlePoint

public List handlePoint(StartPoint pStartPoint)
Handle a StartPoint.


handlePoint

public void handlePoint(EndPoint pEndPoint)
Handle an EndPoint.



Copyright © 2004-2005 Ricebridge