uk.ac.starlink.votable.dom
Class DelegatingElement
java.lang.Object
uk.ac.starlink.votable.dom.DelegatingNode
uk.ac.starlink.votable.dom.DelegatingElement
- All Implemented Interfaces:
- Element, Node
- Direct Known Subclasses:
- VOElement
- public class DelegatingElement
- extends DelegatingNode
- implements Element
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 uk.ac.starlink.votable.dom.DelegatingNode |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
DelegatingElement
protected DelegatingElement(Element base,
DelegatingDocument doc)
getTagName
public String getTagName()
- Specified by:
getTagName
in interface Element
getAttribute
public String getAttribute(String name)
- Specified by:
getAttribute
in interface Element
setAttribute
public void setAttribute(String name,
String value)
- Specified by:
setAttribute
in interface Element
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute
in interface Element
getAttributeNode
public Attr getAttributeNode(String name)
- Specified by:
getAttributeNode
in interface Element
setAttributeNode
public Attr setAttributeNode(Attr newAttr)
- Specified by:
setAttributeNode
in interface Element
removeAttributeNode
public Attr removeAttributeNode(Attr oldAttr)
- Specified by:
removeAttributeNode
in interface Element
getElementsByTagName
public NodeList getElementsByTagName(String name)
- Specified by:
getElementsByTagName
in interface Element
getAttributeNS
public String getAttributeNS(String namespaceURI,
String localName)
- Specified by:
getAttributeNS
in interface Element
setAttributeNS
public void setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
- Specified by:
setAttributeNS
in interface Element
removeAttributeNS
public void removeAttributeNS(String namespaceURI,
String localName)
- Specified by:
removeAttributeNS
in interface Element
getAttributeNodeNS
public Attr getAttributeNodeNS(String namespaceURI,
String localName)
- Specified by:
getAttributeNodeNS
in interface Element
setAttributeNodeNS
public Attr setAttributeNodeNS(Attr attr)
- Specified by:
setAttributeNodeNS
in interface Element
getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
- Specified by:
getElementsByTagNameNS
in interface Element
hasAttribute
public boolean hasAttribute(String name)
- Specified by:
hasAttribute
in interface Element
hasAttributeNS
public boolean hasAttributeNS(String namespaceURI,
String localName)
- Specified by:
hasAttributeNS
in interface Element