public interface InputData
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCacheable(Site site,
Page page)
Returns true if this
InputData is cacheable for the current site and if possible page. |
void |
toSAX(ContentHandler handler)
Generates SAX events for providing data.
|
boolean isCacheable(Site site, Page page)
InputData is cacheable for the current site and if possible page.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.