Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.18 KB

dtdentity_nodevalue.md

File metadata and controls

39 lines (31 loc) · 1.18 KB
-api-id -api-type
P:Windows.Data.Xml.Dom.DtdEntity.NodeValue
winrt property

Windows.Data.Xml.Dom.DtdEntity.NodeValue

-description

Gets or sets the text associated with the node. This value is always NULL.

-property-value

This value is always NULL.

-remarks

This value depends on the NodeType property. The following table describes this dependency.

NodeTypeNodeValue
ElementNull
AttributeValue of attribute
TextContent of the text node
CDATASectionContent of the CDATA Section
EntityReferenceNULL
EntityNULL
ProcessingInstructionentire content excluding the target
CommentContent of the comment
DocumentNULL
DocumentTypeNULL
DocumentFragmentNULL
NotationNULL

-examples

-see-also