PhoenixmlDb.XDM

XdmAttribute

Represents an XML attribute.

#XdmAttribute

Namespace: PhoenixmlDb.Xdm.Nodes

Represents an XML attribute.

#Properties

Name Description
IsId Whether this attribute is an ID attribute (from DTD or xml:id).
LocalName The attribute's local name.
Namespace The attribute's namespace URI (interned).
Prefix Prefix used in the original document.
TypeAnnotation Type annotation (default: xs:untypedAtomic).
Value The attribute's string value.