Search

Interface org.w3c.dom.Element

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

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

Returned by

Method Returns
org.w3c.dom.Attr.getOwnerElement() org.w3c.dom.Element
org.w3c.dom.Document.createElement(String ) org.w3c.dom.Element
org.w3c.dom.Document.createElementNS(String , String ) org.w3c.dom.Element
org.w3c.dom.Document.getDocumentElement() org.w3c.dom.Element
org.w3c.dom.Document.getElementById(String ) org.w3c.dom.Element

Referenced in

None