public interface ContentInputData
Modifier and Type | Method and Description |
---|---|
void |
toSAX(ContentHandler handler)
Generates SAX events for providing data to the content rendering pipeline.
|
void toSAX(ContentHandler handler) throws SAXException, ProcessingException
handler
- the content handler to SAX into.SAXException
- if an error occurs while SAXing.ProcessingException
- if an error occurs during processing.