nl.lxtreme.ols.util
Interface ExportUtils.HtmlExporter.Attribute

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AttributeImpl
Enclosing interface:
ExportUtils.HtmlExporter

public static interface ExportUtils.HtmlExporter.Attribute
extends Cloneable

Denotes a HTML attribute, or name/value pair.


Method Summary
 ExportUtils.HtmlExporter.Attribute clone()
          Creates a deep copy of this attribute.
 String getName()
          Returns the name part of this attribute.
 String getValue()
          Returns the value part of this attribute.
 String toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
          Returns the string representation of this HTML-attribute.
 

Method Detail

clone

ExportUtils.HtmlExporter.Attribute clone()
Creates a deep copy of this attribute.

See Also:
Object.clone()

getName

String getName()
Returns the name part of this attribute.

Returns:
the name, never null.

getValue

String getValue()
Returns the value part of this attribute.

Returns:
the value, never null.

toString

String toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
Returns the string representation of this HTML-attribute.

Parameters:
aResolver - the macro resolver to use for any found macros.
Returns:
the string representation of this attribute, never null.


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.