|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ExportUtils.HtmlExporter.Attribute
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 |
---|
ExportUtils.HtmlExporter.Attribute clone()
Object.clone()
String getName()
null
.String getValue()
null
.String toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
aResolver
- the macro resolver to use for any found macros.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |