A decorator made to work over an HTML document. Decoration for a document
involves 2 sub-decorators: a special one for the <head> element, and
a standard one for the <body> element.
| Fields inherited from class | Fields |
|---|---|
class XmlDocumentDecorator |
context |
| Constructor and description |
|---|
HtmlDocumentDecorator
(ITemplateContext context, SortingStrategy sortingStrategy)Constructor, apply the given sorting strategy to the decorator. |
Constructor, apply the given sorting strategy to the decorator.