getAttribute
public String getAttribute(String name)
getAttributeNS
public String getAttributeNS(String namespaceURI,
String localName)
getAttributeNode
public Attr getAttributeNode(String name)
getAttributeNodeNS
public Attr getAttributeNodeNS(String namespaceURI,
String localName)
getElementsByTagName
public NodeList getElementsByTagName(String name)
getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
getSchemaTypeInfo
public TypeInfo getSchemaTypeInfo()
getTagName
public String getTagName()
hasAttribute
public boolean hasAttribute(String name)
hasAttributeNS
public boolean hasAttributeNS(String namespaceURI,
String localName)
removeAttribute
public void removeAttribute(String name)
throws DOMException
removeAttributeNS
public void removeAttributeNS(String namespaceURI,
String localName)
throws DOMException
removeAttributeNode
public Attr removeAttributeNode(Attr oldAttr)
throws DOMException
setAttribute
public void setAttribute(String name,
String value)
throws DOMException
setAttributeNS
public void setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
throws DOMException
setAttributeNode
public Attr setAttributeNode(Attr newAttr)
throws DOMException
setAttributeNodeNS
public Attr setAttributeNodeNS(Attr newAttr)
throws DOMException
setIdAttribute
public void setIdAttribute(String name,
boolean makeId)
throws DOMException
setIdAttributeNS
public void setIdAttributeNS(String namespaceURI,
String localName,
boolean makeId)
throws DOMException
setIdAttributeNode
public void setIdAttributeNode(Attr at,
boolean makeId)
throws DOMException