Uses of Interface
nl.lxtreme.ols.util.ExportUtils.HtmlExporter.MacroResolver

Packages that use ExportUtils.HtmlExporter.MacroResolver
nl.lxtreme.ols.util   
nl.lxtreme.ols.util.export   
 

Uses of ExportUtils.HtmlExporter.MacroResolver in nl.lxtreme.ols.util
 

Methods in nl.lxtreme.ols.util with parameters of type ExportUtils.HtmlExporter.MacroResolver
 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.
 

Uses of ExportUtils.HtmlExporter.MacroResolver in nl.lxtreme.ols.util.export
 

Classes in nl.lxtreme.ols.util.export that implement ExportUtils.HtmlExporter.MacroResolver
 class NullMacroResolver
          Provides a macro resolver that returns always null for each given macro.
 

Methods in nl.lxtreme.ols.util.export with parameters of type ExportUtils.HtmlExporter.MacroResolver
 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 © 2012 L'Xtreme IT consultancy. All Rights Reserved.