DOMDocument.NormalizeDocument

Syntax:

NormalizeDocument()

Description:

DOM document is normalized in the same way as if saving and restoration of the document is performed transforming the document to a normal condition.
Results of this method are the following:
- updated tree of entity reference substitution;
- normalized values of text nodes (as defined by the DOMDocument.Normalize method).
Method efficiency depends on the document configuration set by the DOMConfig property.

Availability:

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

    

1C:Enterprise Developer's Community