|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WrapperElement
WrapperElement interface to wrap markup contents
Method Summary | |
---|---|
Object |
clone()
|
String |
getAttribute(String name)
Returns the attribute value of the head contribution element specified by the attribute name. |
Map<String,String> |
getAttributeMap()
Returns unmodifiable attribute map of the head contribution element. |
String |
getTagName()
Return the tag name of the head contribution element |
String |
getTextContent()
Returns the text content of the head contribution element. |
boolean |
hasAttribute(String name)
Checks if the head contribution element has the attribute specified by the attribute name |
String |
removeAttribute(String name)
Removes the attribute from the head contribution element specified by the attribute name. |
void |
setAttribute(String name,
String value)
Sets attribute on the head contribution element. |
void |
setTextContent(String textContent)
Sets the text content of the head contribution element. |
Method Detail |
---|
String getTagName()
boolean hasAttribute(String name)
name
-
String getAttribute(String name)
name
-
Map<String,String> getAttributeMap()
void setAttribute(String name, String value)
name
- value
- String removeAttribute(String name)
name
-
String getTextContent()
void setTextContent(String textContent)
textContent
- Object clone() throws CloneNotSupportedException
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |