FastInfosetReader.Value
Usage:
Description:
Text value of current XML node.
If a text value for a node is not defined, it contains an empty string.
Node with defined text value:
- Attribute - attribute value;
- CDATASection - contents of CDATA section;
- Comment - contents of comment;
- DocumentTypeDefinition - internal subset;
- ProcessingInstruction - contents of data processor instruction, including target;
- Text - contents of text node;
- XMLDeclaration - contents of a declaration.
Availability: