com.jxml.quick.ocm
Interface OCMsink

All Superinterfaces:
OCMbase
All Known Subinterfaces:
OCMvalidator
All Known Implementing Classes:
OCMsinkSupport

public interface OCMsink
extends OCMbase

Processes documents.


Inner Class Summary
static interface OCMsink.SubSink
          A processing object spawned from an OCMsource object.
 
Inner classes inherited from class com.jxml.quick.ocm.OCMbase
OCMbase.SubBase
 
Method Summary
 void setSource(OCMsource source)
          Sets the input source used by the sink.
 void setValidator(OCMvalidator validator)
          Sets the validator use by the sink.
 
Methods inherited from interface com.jxml.quick.ocm.OCMbase
spawn
 

Method Detail

setValidator

public void setValidator(OCMvalidator validator)
                  throws SAXException,
                         IOException
Sets the validator use by the sink.

setSource

public void setSource(OCMsource source)
               throws SAXException,
                      IOException
Sets the input source used by the sink.