FastInfosetReader.MoveToContent

Syntax:

MoveToContent()

Returned value:

Type: XMLNodeType.
Value of a node where a current node was shifted; None - if XML data source end is reached.

Description:

Checks if a current value is a content (Text, StartElement, EndElement, EntityReference or EndEntity).
If current node is not a content, then nodes are skipped till the content or till the end of XML data source.
Returns value of a node where current node was shifted, XMLNodeType. Nothing - in case XML data source end is reached.

Availability:

Server, thick client, external connection.

Note:

The following node types will be skipped: XMLDeclaration, ProcessingInstruction, DocumentTypeDefinition, Comment.

    

1C:Enterprise Developer's Community