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 DOMException
Not implemented.
removeAttributeNS
public void removeAttributeNS(String namespaceURI,
String localName)
throws DOMException
Not implemented.
removeAttributeNode
public Attr removeAttributeNode(Attr oldAttr)
throws DOMException
Not implemented.
setAttribute
public void setAttribute(String name,
String value)
throws DOMException
Not implemented.
setAttributeNS
public void setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
throws DOMException
Not implemented.
setAttributeNode
public Attr setAttributeNode(Attr newAttr)
throws DOMException
Not implemented.
setAttributeNodeNS
public Attr setAttributeNodeNS(Attr newAttr)
throws DOMException
Not implemented.
setIdAttribute
public void setIdAttribute(String name,
boolean isId)
throws DOMException
Not implemented.
setIdAttributeNS
public void setIdAttributeNS(String namespaceURI,
String localName,
boolean isId)
throws DOMException
Not implemented.
setIdAttributeNode
public void setIdAttributeNode(Attr idAttr,
boolean isId)
throws DOMException
Not implemented.