|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EHTMLAttribute | |
---|---|
edu.tum.cs.commons.html | Utilities for writing HTML. |
Uses of EHTMLAttribute in edu.tum.cs.commons.html |
---|
Methods in edu.tum.cs.commons.html that return EHTMLAttribute | |
---|---|
static EHTMLAttribute |
EHTMLAttribute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EHTMLAttribute[] |
EHTMLAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.tum.cs.commons.html that return types with arguments of type EHTMLAttribute | |
---|---|
java.lang.Class<EHTMLAttribute> |
HTMLWriter.HTMLResolver.getAttributeClass()
Returns the class of the attribute enumeration. |
Methods in edu.tum.cs.commons.html with parameters of type EHTMLAttribute | |
---|---|
void |
HTMLWriter.addAttribute(EHTMLAttribute attribute,
java.lang.Object value)
Adds an attribute to the currently open element but checks in addition if the attribute may be added at all. |
boolean |
EHTMLElement.allowsAttribute(EHTMLAttribute attribute)
Returns whether the given attribute is allowed for the element. |
java.lang.String |
HTMLWriter.HTMLResolver.resolveAttributeName(EHTMLAttribute attribute)
Returns for an attribute the name which should be used in the XML file. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |