PhoenixmlDb.XDM
XdmElement
Represents an XML element.
#XdmElement
Namespace: PhoenixmlDb.Xdm.Nodes
Represents an XML element.
#Properties
| Name | Description |
|---|---|
Attributes
|
Attribute nodes. |
Children
|
Child nodes (element, text, comment, processing-instruction). |
EmptyAttributes
|
Creates empty attribute list. |
EmptyChildren
|
Creates empty children list. |
EmptyNamespaceDeclarations
|
Creates empty namespace declarations list. |
LocalName
|
The element's local name. |
Namespace
|
The element's namespace URI (interned). |
NamespaceDeclarations
|
In-scope namespace declarations at this element. |
Prefix
|
Prefix used in the original document (for serialization). |
StringValue
|
String value requires tree traversal - returns empty string by default. Use a tree walker to compute actual string value. |
TypeAnnotation
|
Type annotation (default: xs:untyped). |
#Fields
| Name | Description |
|---|---|
_stringValue
|
Sets the computed string value (after tree traversal). |