org.mozilla.jrex.dom
Class JRexAttrImpl
java.lang.Object
org.mozilla.jrex.dom.JRexNodeImpl
org.mozilla.jrex.dom.JRexAttrImpl
- All Implemented Interfaces:
- Attr, Node
- public class JRexAttrImpl
- extends JRexNodeImpl
- implements Attr
A class implementing org.w3c.dom.Attr interface.
- Version:
- 1.0
- Author:
- C.N.Medappa
- See Also:
Attr
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 org.mozilla.jrex.dom.JRexNodeImpl |
appendChild, cloneNode, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, 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, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
getName
public String getName()
- Specified by:
getName
in interface Attr
getOwnerElement
public Element getOwnerElement()
- Specified by:
getOwnerElement
in interface Attr
getSpecified
public boolean getSpecified()
- Specified by:
getSpecified
in interface Attr
getValue
public String getValue()
- Specified by:
getValue
in interface Attr
setValue
public void setValue(String value)
throws DOMException
- Specified by:
setValue
in interface Attr
- Throws:
DOMException
Copyright © 2004 C.N.Medappa. All Rights Reserved.