public class AttrImpl extends NodeImpl implements org.w3c.dom.Attr
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, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
JS_CONTEXT_OBJECT, JS_DOM_NODE_OBJECT, JS_DOM_WINDOW_OBJECT
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, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Constructor and Description |
---|
AttrImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
(package private) static org.w3c.dom.Attr |
getImpl(long peer) |
java.lang.String |
getName() |
(package private) static java.lang.String |
getNameImpl(long peer) |
org.w3c.dom.Element |
getOwnerElement() |
(package private) static long |
getOwnerElementImpl(long peer) |
org.w3c.dom.TypeInfo |
getSchemaTypeInfo() |
boolean |
getSpecified() |
(package private) static boolean |
getSpecifiedImpl(long peer) |
java.lang.String |
getValue() |
(package private) static java.lang.String |
getValueImpl(long peer) |
boolean |
isId() |
(package private) static boolean |
isIdImpl(long peer) |
void |
setValue(java.lang.String value) |
(package private) static void |
setValueImpl(long peer,
java.lang.String value) |
addEventListener, addEventListenerImpl, appendChild, appendChildImpl, cloneNode, cloneNodeImpl, compareDocumentPosition, compareDocumentPositionImpl, contains, containsImpl, create, createInterface, dispatchEvent, dispatchEventImpl, getAttributes, getAttributesImpl, getBaseURI, getBaseURIImpl, getChildNodes, getChildNodesImpl, getFeature, getFirstChild, getFirstChildImpl, getLastChild, getLastChildImpl, getLocalName, getLocalNameImpl, getNamespaceURI, getNamespaceURIImpl, getNextSibling, getNextSiblingImpl, getNodeName, getNodeNameImpl, getNodeType, getNodeTypeImpl, getNodeValue, getNodeValueImpl, getOwnerDocument, getOwnerDocumentImpl, getParentElement, getParentElementImpl, getParentNode, getParentNodeImpl, getPeer, getPrefix, getPrefixImpl, getPreviousSibling, getPreviousSiblingImpl, getTextContent, getTextContentImpl, getUserData, hasAttributes, hasAttributesImpl, hasChildNodes, hasChildNodesImpl, insertBefore, insertBeforeImpl, isDefaultNamespace, isDefaultNamespaceImpl, isEqualNode, isEqualNodeImpl, isSameNode, isSameNodeImpl, isSupported, isSupportedImpl, lookupNamespaceURI, lookupNamespaceURIImpl, lookupPrefix, lookupPrefixImpl, normalize, normalizeImpl, removeChild, removeChildImpl, removeEventListener, removeEventListenerImpl, replaceChild, replaceChildImpl, setNodeValue, setNodeValueImpl, setPrefix, setPrefixImpl, setTextContent, setTextContentImpl, setUserData, test_getHashCount
call, equals, eval, getMember, getPeer, getSlot, hashCode, removeMember, setMember, setSlot, test_getPeerCount, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
static org.w3c.dom.Attr getImpl(long peer)
public java.lang.String getName()
getName
in interface org.w3c.dom.Attr
static java.lang.String getNameImpl(long peer)
public boolean getSpecified()
getSpecified
in interface org.w3c.dom.Attr
static boolean getSpecifiedImpl(long peer)
public java.lang.String getValue()
getValue
in interface org.w3c.dom.Attr
static java.lang.String getValueImpl(long peer)
public void setValue(java.lang.String value) throws org.w3c.dom.DOMException
setValue
in interface org.w3c.dom.Attr
org.w3c.dom.DOMException
static void setValueImpl(long peer, java.lang.String value)
public org.w3c.dom.Element getOwnerElement()
getOwnerElement
in interface org.w3c.dom.Attr
static long getOwnerElementImpl(long peer)
public boolean isId()
isId
in interface org.w3c.dom.Attr
static boolean isIdImpl(long peer)
public org.w3c.dom.TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo
in interface org.w3c.dom.Attr