DOMImplementation.Element

Constructors

this
this()
Undocumented in source.

Members

Classes

Map
class Map
Undocumented in source.

Functions

cloneNode
Element cloneNode(bool deep)
Undocumented in source. Be warned that the author may not have intended to support it.
createMap
Map createMap()

Created as a workaround to a common D compiler bug/artifact.

getAttribute
DOMString getAttribute(DOMString name)

Implementation of std.experimental.xml.dom.Element.getAttribute.

getAttributeNS
DOMString getAttributeNS(DOMString namespaceURI, DOMString localName)

Implementation of std.experimental.xml.dom.Element.getAttributeNS.

getAttributeNode
Attr getAttributeNode(DOMString name)

Implementation of std.experimental.xml.dom.Element.getAttributeNode.

getAttributeNodeNS
Attr getAttributeNodeNS(DOMString namespaceURI, DOMString localName)

Implementation of std.experimental.xml.dom.Element.getAttributeNodeNS.

getElementsByTagName
ElementsByTagName getElementsByTagName(DOMString tagname)

Implementation of std.experimental.xml.dom.Element.getElementsByTagName.

getElementsByTagNameNS
ElementsByTagNameNS getElementsByTagNameNS(DOMString namespaceURI, DOMString localName)

Implementation of std.experimental.xml.dom.Element.getElementsByTagNameNS.

hasAttribute
bool hasAttribute(DOMString name)

Implementation of std.experimental.xml.dom.Element.hasAttribute.

hasAttributeNS
bool hasAttributeNS(DOMString namespaceURI, DOMString localName)

Implementation of std.experimental.xml.dom.Element.hasAttributeNS.

hasAttributes
bool hasAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
isDefaultNamespace
bool isDefaultNamespace(DOMString namespaceURI)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupNamespaceURI
DOMString lookupNamespaceURI(DOMString prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupPrefix
DOMString lookupPrefix(DOMString namespaceURI)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAttribute
void removeAttribute(DOMString name)

Implementation of std.experimental.xml.dom.Element.removeAttribute.

removeAttributeNS
void removeAttributeNS(DOMString namespaceURI, DOMString localName)

Implementation of std.experimental.xml.dom.Element.removeAttributeNS.

removeAttributeNode
Attr removeAttributeNode(dom.Attr oldAttr)

Implementation of std.experimental.xml.dom.Element.removeAttributeNode.

setAttribute
void setAttribute(DOMString name, DOMString value)

Implementation of std.experimental.xml.dom.Element.setAttribute.

setAttributeNS
void setAttributeNS(DOMString namespaceURI, DOMString qualifiedName, DOMString value)

Implementation of std.experimental.xml.dom.Element.setAttributeNS.

setAttributeNode
Attr setAttributeNode(dom.Attr newAttr)

Implementation of std.experimental.xml.dom.Element.setAttributeNode.

setAttributeNodeNS
Attr setAttributeNodeNS(dom.Attr newAttr)

Implementation of std.experimental.xml.dom.Element.setAttributeNodeNS.

setIdAttribute
void setIdAttribute(DOMString name, bool isId)

Implementation of std.experimental.xml.dom.Element.setIdAttribute.

setIdAttributeNS
void setIdAttributeNS(DOMString namespaceURI, DOMString localName, bool isId)

Implementation of std.experimental.xml.dom.Element.setIdAttributeNS.

setIdAttributeNode
void setIdAttributeNode(dom.Attr idAttr, bool isId)

Implementation of std.experimental.xml.dom.Element.getAttribute.

Properties

attributes
Map attributes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
nodeType
dom.NodeType nodeType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
schemaTypeInfo
dom.XMLTypeInfo schemaTypeInfo [@property getter]

Implementation of std.experimental.xml.dom.Element.schemaTypeInfo.

tagName
DOMString tagName [@property getter]

Implementation of std.experimental.xml.dom.Element.tagName.

Inherited Members

From NodeWithNamespace

nodeName
DOMString nodeName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
localName
DOMString localName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
prefix
DOMString prefix [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
prefix
DOMString prefix [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
namespaceURI
DOMString namespaceURI [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta