Package | Description |
---|---|
nl.lxtreme.ols.util | |
nl.lxtreme.ols.util.export |
Modifier and Type | Method and Description |
---|---|
String |
ExportUtils.HtmlExporter.toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
Returns the string representation of the HTML-structure, with all macro's
resolved.
|
String |
ExportUtils.HtmlExporter.Attribute.toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
Returns the string representation of this HTML-attribute.
|
String |
ExportUtils.HtmlExporter.Element.toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
Returns the string representation of this HTML-element.
|
void |
ExportUtils.HtmlFileExporter.write(ExportUtils.HtmlExporter.MacroResolver aResolver)
Writes the HTML export to file using the given macro resolver to resolve
any macros.
|
Modifier and Type | Class and Description |
---|---|
class |
NullMacroResolver
Provides a macro resolver that returns always
null for each
given macro. |
Modifier and Type | Method and Description |
---|---|
String |
TextElement.toString(ExportUtils.HtmlExporter.MacroResolver aResolver) |
String |
TagElement.toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
Returns the string representation of this HTML-element.
|
String |
HtmlExporterImpl.toString(ExportUtils.HtmlExporter.MacroResolver aResolver) |
String |
AttributeImpl.toString(ExportUtils.HtmlExporter.MacroResolver aResolver) |
void |
HtmlFileExporterImpl.write(ExportUtils.HtmlExporter.MacroResolver aResolver) |
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.