|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.commons.html.HTMLWriter.HTMLResolver
public static class HTMLWriter.HTMLResolver
The resolver used for the HTMLWriter
.
Constructor Summary | |
---|---|
HTMLWriter.HTMLResolver()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLWriter.HTMLResolver()
Method Detail |
---|
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>
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |