|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISaxProcessor
Represents a processor that takes part in SAX event stream modification. If this interface is implemented by a processor in the configured set of fixed processors or by the currently selected optional processor then SAX events passing through the pipe will be routed through this processing handler.
| Method Summary | |
|---|---|
String |
getCacheKey()
Provide a key that is indicative of the content contributed to the SAX layout event stream by this class allowing cached content to be reused in some instances thereby alleviating the more costly XSLT transformations from taking place. |
ContentHandler |
getContentHandler(ContentHandler handler)
Returns a ContentHandler suitable for pushing SAX events into this processor possibly to be filtered or added to by the processor and then have the resulting SAX stream pushed into the passed-in ContentHandler. |
| Method Detail |
|---|
ContentHandler getContentHandler(ContentHandler handler)
processor - String getCacheKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||