| Name |
Returns |
|
getAttribute(String )
|
String
|
|
getAttributeNode(String )
|
org.w3c.dom.Attr
|
|
getAttributeNodeNS(String , String )
|
org.w3c.dom.Attr
|
|
getAttributeNS(String , String )
|
String
|
|
getElementsByTagName(String )
|
org.w3c.dom.NodeList
|
|
getElementsByTagNameNS(String , String )
|
org.w3c.dom.NodeList
|
|
getSchemaTypeInfo()
|
org.w3c.dom.TypeInfo
|
|
getTagName()
|
String
|
|
hasAttribute(String )
|
boolean
|
|
hasAttributeNS(String , String )
|
boolean
|
|
removeAttribute(String )
|
void
|
|
removeAttributeNode(org.w3c.dom.Attr )
|
org.w3c.dom.Attr
|
|
removeAttributeNS(String , String )
|
void
|
|
setAttribute(String , String )
|
void
|
|
setAttributeNode(org.w3c.dom.Attr )
|
org.w3c.dom.Attr
|
|
setAttributeNodeNS(org.w3c.dom.Attr )
|
org.w3c.dom.Attr
|
|
setAttributeNS(String , String , String )
|
void
|
|
setIdAttribute(String , boolean )
|
void
|
|
setIdAttributeNode(org.w3c.dom.Attr , boolean )
|
void
|
|
setIdAttributeNS(String , String , boolean )
|
void
|