com.redspr.beanldom.stree
Class AttrImpl
java.lang.Object
|
+--com.redspr.beanldom.stree.NodeImpl
|
+--com.redspr.beanldom.stree.AttrImpl
- All Implemented Interfaces:
- Attr, Node
- public final class AttrImpl
- extends NodeImpl
- implements Attr
A single name/value pair with an Element owner
- Author:
- Sam Hough
Fields inherited from interface org.w3c.dom.Node |
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 |
Methods inherited from class com.redspr.beanldom.stree.NodeImpl |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
getName
public String getName()
- Specified by:
getName
in interface Attr
getNodeName
public String getNodeName()
- Specified by:
getNodeName
in interface Node
getValue
public String getValue()
- Specified by:
getValue
in interface Attr
getNodeValue
public String getNodeValue()
- Specified by:
getNodeValue
in interface Node
- Overrides:
getNodeValue
in class NodeImpl
getOwnerElement
public Element getOwnerElement()
- Specified by:
getOwnerElement
in interface Attr
getOwnerDocument
public Document getOwnerDocument()
- Specified by:
getOwnerDocument
in interface Node
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interface Node
setValue
public void setValue(String p0)
- Specified by:
setValue
in interface Attr
getSpecified
public boolean getSpecified()
- Specified by:
getSpecified
in interface Attr