ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Deprecated.
Returns the name of the attribute.
|
Element |
getOwnerElement()
Deprecated.
gets the owner element of the attribute; null if the attribute has not been attached to any element
|
TypeInfo |
getSchemaTypeInfo()
Deprecated.
|
boolean |
getSpecified()
Deprecated.
specifies whether the attribute has been assigned a value
|
java.lang.String |
getValue()
Deprecated.
get the value the attribute
|
boolean |
isId()
Deprecated.
|
void |
setValue(java.lang.String value)
Deprecated.
set the value of the node
|
appendChild, cloneNode, close, compareDocumentPosition, equals, finalize, getAttributes, getBaseURI, getChildNodes, getExpandedName, getFeature, getFirstChild, getInputStream, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getPrimitiveType, getQualifiedName, getSchemaNode, getTextContent, getUserData, hasAttributes, hasChildNodes, hashCode, insertBefore, isDefaultNamespace, isEqualNode, isNilled, isSameNode, isSchemaBased, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setNodeXob, setOwner, setPrefix, setTextContent, setUserData, setXobCstate, toCState, toString, write, writeToOutputStreamappendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefixpublic java.lang.String getName()
public boolean getSpecified()
getSpecified in interface Attrpublic java.lang.String getValue()
public void setValue(java.lang.String value)
throws DOMException
setValue in interface AttrDOMExceptionpublic Element getOwnerElement()
getOwnerElement in interface Attrpublic TypeInfo getSchemaTypeInfo()
public boolean isId()