Package org.ametys.odf.inputdata
Interface ContentInputData
public interface ContentInputData
InputData for content pipeline.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toSAX
(ContentHandler handler) Generates SAX events for providing data to the content rendering pipeline.
-
Method Details
-
toSAX
Generates SAX events for providing data to the content rendering pipeline.- Parameters:
handler
- the content handler to SAX into.- Throws:
SAXException
- if an error occurs while SAXing.ProcessingException
- if an error occurs during processing.
-