DOMImplementation.Attr

Constructors

this
this()
Undocumented in source.

Members

Functions

cloneNode
Attr cloneNode(bool deep)
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.

Properties

isId
bool isId [@property getter]

Implementation of std.experimental.xml.dom.Attr.isId.

name
DOMString name [@property getter]

Implementation of std.experimental.xml.dom.Attr.name.

nextSibling
Attr nextSibling [@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.
nodeValue
DOMString nodeValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
nodeValue
DOMString nodeValue [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
ownerElement
Element ownerElement [@property getter]

Implementation of std.experimental.xml.dom.Attr.ownerElement.

previousSibling
Attr previousSibling [@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.Attr.schemaTypeInfo.

specified
bool specified [@property getter]

Implementation of std.experimental.xml.dom.Attr.specified.

value
DOMString value [@property getter]
DOMString value [@property setter]

Implementation of std.experimental.xml.dom.Attr.value.

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