@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Attr")
public class Attr
extends Node
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
value |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, nodeValue, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent| Modifier | Constructor and Description |
|---|---|
protected |
Attr() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
localName()
The Attr.localName read-only property returns the local part of the qualified name of an attribute.
|
java.lang.String |
name() |
java.lang.String |
namespaceURI()
The Attr.namespaceURI read-only property returns the namespace URI of the attribute, or null if the element is not in a namespace.
|
Element |
ownerElement() |
java.lang.String |
prefix()
The Attr.prefix read-only property returns the namespace prefix of the specified attribute, or null if no prefix is specified.
|
boolean |
specified() |
appendChild, baseURI, childNodes, cloneNode, cloneNode, compareDocumentPosition, contains, firstChild, getRootNode, getRootNode, hasChildNodes, insertBefore, isConnected, isDefaultNamespace, isEqualNode, isSameNode, lastChild, lookupNamespaceURI, lookupPrefix, nextSibling, nodeName, nodeType, normalize, ownerDocument, parentElement, parentNode, previousSibling, removeChild, replaceChildaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener@JsProperty(name="localName") @Nonnull public java.lang.String localName()
@JsProperty(name="name") @Nonnull public java.lang.String name()
@JsProperty(name="namespaceURI") @Nullable public java.lang.String namespaceURI()
@JsProperty(name="ownerElement") @Nullable public Element ownerElement()
@JsProperty(name="prefix") @Nullable public java.lang.String prefix()
@JsProperty(name="specified") public boolean specified()