public static class HTMLWriter.HTMLResolver extends java.lang.Object implements IXMLResolver<EHTMLElement,EHTMLAttribute>
HTMLWriter
.Constructor and Description |
---|
HTMLResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<EHTMLAttribute> |
getAttributeClass()
Returns the class of the attribute enumeration.
|
java.lang.String |
resolveAttributeName(EHTMLAttribute attribute)
Returns for an attribute the name which should be used in the XML file.
|
java.lang.String |
resolveElementName(EHTMLElement element)
Returns for an element the name which should be used in the XML file.
|
public HTMLResolver()
public java.lang.String resolveAttributeName(EHTMLAttribute attribute)
resolveAttributeName
in interface IXMLResolver<EHTMLElement,EHTMLAttribute>
public java.lang.String resolveElementName(EHTMLElement element)
resolveElementName
in interface IXMLResolver<EHTMLElement,EHTMLAttribute>
public java.lang.Class<EHTMLAttribute> getAttributeClass()
getAttributeClass
in interface IXMLResolver<EHTMLElement,EHTMLAttribute>