Class DOMImplementation.Element

Implementation of std.experimental.xml.dom.Element

Inherits from

  • Object (base class)

Properties

Name Type Description
schemaTypeInfo [get] XMLTypeInfo!DOMString Implementation of std.experimental.xml.dom.Element.schemaTypeInfo.
tagName [get] DOMString Implementation of std.experimental.xml.dom.Element.tagName.

Methods

Name Description
getAttribute Implementation of std.experimental.xml.dom.Element.getAttribute.
getAttributeNode Implementation of std.experimental.xml.dom.Element.getAttributeNode.
getAttributeNodeNS Implementation of std.experimental.xml.dom.Element.getAttributeNodeNS.
getAttributeNS Implementation of std.experimental.xml.dom.Element.getAttributeNS.
getElementsByTagName Implementation of std.experimental.xml.dom.Element.getElementsByTagName.
getElementsByTagNameNS Implementation of std.experimental.xml.dom.Element.getElementsByTagNameNS.
hasAttribute Implementation of std.experimental.xml.dom.Element.hasAttribute.
hasAttributeNS Implementation of std.experimental.xml.dom.Element.hasAttributeNS.
removeAttribute Implementation of std.experimental.xml.dom.Element.removeAttribute.
removeAttributeNode Implementation of std.experimental.xml.dom.Element.removeAttributeNode.
removeAttributeNS Implementation of std.experimental.xml.dom.Element.removeAttributeNS.
setAttribute Implementation of std.experimental.xml.dom.Element.setAttribute.
setAttributeNode Implementation of std.experimental.xml.dom.Element.setAttributeNode.
setAttributeNodeNS Implementation of std.experimental.xml.dom.Element.setAttributeNodeNS.
setAttributeNS Implementation of std.experimental.xml.dom.Element.setAttributeNS.
setIdAttribute Implementation of std.experimental.xml.dom.Element.setIdAttribute.
setIdAttributeNode Implementation of std.experimental.xml.dom.Element.getAttribute.
setIdAttributeNS Implementation of std.experimental.xml.dom.Element.setIdAttributeNS.

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.