Created as a workaround to a common D compiler bug/artifact.
Implementation of std.experimental.xml.dom.Element.getAttribute.
Implementation of std.experimental.xml.dom.Element.getAttributeNS.
Implementation of std.experimental.xml.dom.Element.getAttributeNode.
Implementation of std.experimental.xml.dom.Element.getAttributeNodeNS.
Implementation of std.experimental.xml.dom.Element.getElementsByTagName.
Implementation of std.experimental.xml.dom.Element.getElementsByTagNameNS.
Implementation of std.experimental.xml.dom.Element.hasAttribute.
Implementation of std.experimental.xml.dom.Element.hasAttributeNS.
Implementation of std.experimental.xml.dom.Element.removeAttribute.
Implementation of std.experimental.xml.dom.Element.removeAttributeNS.
Implementation of std.experimental.xml.dom.Element.removeAttributeNode.
Implementation of std.experimental.xml.dom.Element.setAttribute.
Implementation of std.experimental.xml.dom.Element.setAttributeNS.
Implementation of std.experimental.xml.dom.Element.setAttributeNode.
Implementation of std.experimental.xml.dom.Element.setAttributeNodeNS.
Implementation of std.experimental.xml.dom.Element.setIdAttribute.
Implementation of std.experimental.xml.dom.Element.setIdAttributeNS.
Implementation of std.experimental.xml.dom.Element.getAttribute.
Implementation of std.experimental.xml.dom.Element.schemaTypeInfo.
Implementation of std.experimental.xml.dom.Element.tagName.
Implementation of std.experimental.xml.dom.Element