Package org.ametys.odf.inputdata
Interface ContentInputData
-
public interface ContentInputData
InputData for content pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
toSAX(ContentHandler handler)
Generates SAX events for providing data to the content rendering pipeline.
-
-
-
Method Detail
-
toSAX
void toSAX(ContentHandler handler) throws SAXException, ProcessingException
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.
-
-