DOMBuilder.Read

Syntax:

Read(<XMLDataSource>)

Parameters:

<XMLDataSource> (required)

Type: DOMNodeReader, FastInfosetReader, XMLReader; HTMLReader.
XML data reader or HTML reader object.

Returned value:

Type: DOMDocument; HTMLDocument.
If the HTMLReader object is used for reading HTML, this method returns an object of the HTMLDocument type.

Description:

Creates DOM document. Reads XML document from XML data source.

Availability:

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

Note:

DOM parameters are not transferred to the created document.

    

1C:Enterprise Developer's Community