PhoenixmlDb.XDM
XdmDocument
Represents an XML document root.
#XdmDocument
Namespace: PhoenixmlDb.Xdm.Nodes
Represents an XML document root.
#Properties
| Name | Description |
|---|---|
Children
|
Child nodes (element, comment, processing-instruction only - per XDM spec, no text children). |
DocumentElement
|
The document element (first element child). |
DocumentElementLocalName
|
Local name of the document element, for efficient document-node(element(name)) type checks. |
DocumentUri
|
The document URI (dm:document-uri). |
EmptyChildren
|
Creates an empty document children list. |
StringValue
|
String value requires tree traversal - returns empty string. Use a tree walker to compute actual string value. |
#Fields
| Name | Description |
|---|---|
_stringValue
|
Sets the computed string value (after tree traversal). |