public class Attribute
extends com.google.gwt.dom.client.Node
| Modifier | Constructor and Description |
|---|---|
protected |
Attribute()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Element |
getOwnerElement() |
String |
getValue() |
boolean |
isSpecified() |
void |
setValue(String value)
Sets the value of this attribute.
|
appendChild, as, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, is, isOrHasChild, removeAllChildren, removeChild, removeFromParent, replaceChild, setNodeValueprotected Attribute()
public final String getName()
public final boolean isSpecified()
true if this attribute was explicitly given a value in the original document, false
otherwisepublic final String getValue()
Element.getAttribute(String)public final void setValue(String value)
value - the new valueElement.setAttribute(String, String)public final Element getOwnerElement()
null if this attribute is not in useCopyright © 2004–2015 XWiki. All rights reserved.