|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EHTMLElement | |
---|---|
edu.tum.cs.commons.html | Utilities for writing HTML. |
Uses of EHTMLElement in edu.tum.cs.commons.html |
---|
Methods in edu.tum.cs.commons.html that return EHTMLElement | |
---|---|
static EHTMLElement |
EHTMLElement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EHTMLElement[] |
EHTMLElement.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.tum.cs.commons.html with parameters of type EHTMLElement | |
---|---|
void |
CSSManagerBase.addDefaultDeclaration(EHTMLElement element,
CSSDeclarationBlock block)
Adds a single selector and its block to this manager. |
void |
CSSManagerBase.addDefaultDeclaration(EHTMLElement element,
ECSSPseudoClass pseudoClass,
CSSDeclarationBlock block)
Adds a single selector and its block to this manager. |
boolean |
CSSManagerBase.hasDefaultDeclaration(EHTMLElement element)
Returns whether there is a default declaration for the given element. |
boolean |
CSSManagerBase.hasDefaultDeclaration(EHTMLElement element,
ECSSPseudoClass pseudoClass)
Returns whether there is a default declaration for the given element. |
java.lang.String |
HTMLWriter.HTMLResolver.resolveElementName(EHTMLElement element)
Returns for an element the name which should be used in the XML file. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |