PhoenixmlDb.Core

XdmText

Represents a text node containing character data content in the XDM tree.

#XdmText

Namespace: PhoenixmlDb.Xdm.Nodes

Represents a text node containing character data content in the XDM tree.

Text nodes hold the character data content of XML elements. Adjacent text nodes are merged during parsing (as required by the XDM specification), so a text node's always represents a complete run of character data. Empty text nodes are never stored — the parser discards them. CDATA sections are merged into regular text nodes during parsing, as the XDM does not distinguish between CDATA and regular text content.

#Properties

Name Description
Value The text content. This is never empty — empty text nodes are discarded during parsing.