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. |
Methods inherited from interface com.jxml.quick.ocm.OCMbase |
spawn |
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.