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