|
Class Summary |
| ExampleBookmarksRemover |
A sample processor that strips all SAX events related to the Bookmarks
channel from the SAX stream representing the user's layout to portray how an
implementation of ISaxProcessor can affect the SAX event stream by removing,
changing, or injecting events. |
| ExampleStickyTabEnforcer |
Sample IParameterProcessor that when used watches for a tab with a name of
"Sticky Tab" and continuously sets that tab's ID as the activeTab
stylesheet parameters to force that tab to stay in focus. |
| ProcessingPipe |
Handles chaining of layout parameter request processing for the
DistributedLayoutManager object and provides assistance during generation of
the SAX event stream during rendering by wrapping the ultimate ContentHandler
to which all events will be pushed. |