| Name | Description | Type | Package | Framework |
| Tag | Tag returned by TagTokenizer. | Interface | org.sitemesh.tagprocessor | SiteMesh |
| Tag .Type | Closing tag: CLOSE_CONDITIONAL_COMMENT | Class | org.sitemesh.tagprocessor.Tag | SiteMesh |
| TagProcessor | Copies a document from a source to a destination, applying rules on the way to extract content and/or transform the content. | Class | org.sitemesh.tagprocessor | SiteMesh |
| TagProcessorContext | Defines a set of methods that allows TagRules to interact with the TagProcessor. | Interface | org.sitemesh.tagprocessor | SiteMesh |
| TagRule | User defined rule for processing Tags encountered by the TagProcessor. | Interface | org.sitemesh.tagprocessor | SiteMesh |
| TagTokenizer | Splits a chunk of HTML into 'text' and 'tag' tokens, for easy processing. | Class | org.sitemesh.tagprocessor | SiteMesh |
| TagTokenizer .Token | Class | org.sitemesh.tagprocessor.TagTokenizer | SiteMesh | |
| TagTokenizer .TokenHandler | Handler that will receive callbacks as 'tags' and 'text' are encountered. | Interface | org.sitemesh.tagprocessor.TagTokenizer | SiteMesh |