|
Class Summary |
| ContentProcessor |
Processes special instructions in the content, such as queries
and includes. |
| DaisyLinkEnhancerHandler |
Adds the document name as an attribute on links pointing to daisy documents. |
| HtmlBodyRemovalHandler |
ContentHandler that only passes on the content of the HTML body element. |
| IncludesProcessor |
This ContentHandler handles document includes. |
| MergeHtmlPartsHandler |
A ContentHandler that merges parts for which the daisyHtml flag
on the PartType is set to true. |
| PreparationPipe |
|
| PreparedDocuments |
An object containing a 'prepared' copy of a document and of all
the documents it includes, 'prepared' meaning that it includes
the content of HTML parts, with queries executed, includes processed, ... |
| PreparedDocuments.PreparedDocument |
|
| QueriesProcessor |
This handler will replace all p tags with class "query" with the result
of executing the query contained in it. |
| QueryIncludeProcessor |
This ContentHandler executes queries and inserts include
instructions for the documents in the resultset (rather
then including the resultset itself). |