DOMAttribute.TextContent

Usage:

Read and write.

Description:

Type: String.
DOM node text content.
Contains a text value of the node and all of its children. The value does not contain marking.
White spaces are not normalized, and the returned string does not contain spaces in the item contents (see the IsElementContentWhitespace).
Method of creating a node text value:
Element, Attribute, Entity, EntityReference, DocumentFragment - text content merge of, each of the child nodes, except Comment, ProcessingInstruction. An empty string, if not child nodes exist;
Text, CDATASection, Comment, ProcessingInstruction - property value DOMAttribute.NodeValue;
Document, DocumentType, Notation - Undefined.

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community