getAttribute
public String getAttribute(String name)
Not implemented yet.
getAttributeNS
public String getAttributeNS(String namespaceURI,
String localName)Not implemented yet.
getAttributeNode
public Attr getAttributeNode(String name)
Not implemented yet.
getAttributeNodeNS
public Attr getAttributeNodeNS(String namespaceURI,
String localName)Not implemented yet.
getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI,
String localName)Not implemented yet.
getTagName
public String getTagName()
hasAttribute
public boolean hasAttribute(String name)
Not implemented yet.
hasAttributeNS
public boolean hasAttributeNS(String namespaceURI,
String localName)Not implemented yet.
removeAttribute
public void removeAttribute(String name)
throws DOMExceptionNot implemented.
removeAttributeNS
public void removeAttributeNS(String namespaceURI,
String localName)
throws DOMExceptionNot implemented.
removeAttributeNode
public Attr removeAttributeNode(Attr oldAttr)
throws DOMExceptionNot implemented.
setAttribute
public void setAttribute(String name,
String value)
throws DOMExceptionNot implemented.
setAttributeNS
public void setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
throws DOMExceptionNot implemented.
setAttributeNode
public Attr setAttributeNode(Attr newAttr)
throws DOMExceptionNot implemented.
setAttributeNodeNS
public Attr setAttributeNodeNS(Attr newAttr)
throws DOMExceptionNot implemented.
setIdAttribute
public void setIdAttribute(String name,
boolean isId)
throws DOMExceptionNot implemented.
setIdAttributeNS
public void setIdAttributeNS(String namespaceURI,
String localName,
boolean isId)
throws DOMExceptionNot implemented.
setIdAttributeNode
public void setIdAttributeNode(Attr idAttr,
boolean isId)
throws DOMExceptionNot implemented.