ddn.data.xml.dom.attribute
DOM attribute types.
class XmlAttribute
Types 1
classXmlAttribute : XmlNode
A DOM attribute node.
Attributes are identified by their expanded name {namespaceUri, local}.
Fields
XmlQName nameLexical (prefix/local) name.string namespaceUriNamespace URI, or empty string if the attribute is not in a namespace.string valueAttribute value.bool specifiedWhether this attribute was explicitly specified in the source.Methods
XmlNode cloneShallow() @safeConstructors
this(XmlQName name, string value, string namespaceUri = "", XmlLocation location = XmlLocation.init)