Puts all Textaspose.html.dom/text nodes in the full depth of the sub-tree underneath this Node including attribute nodes into a normal form where only structure e.g. elementsaspose.html.dom/element commentsaspose.html.dom/comment Processing instructionsaspose.html.dom/Processinginstruction CDATA sectionsaspose.html.dom/cdatasection and entity referencesaspose.html.dom/entityreference separates Textaspose.html.dom/text nodes i.e. there are neither adjacent Text nodes nor empty Text nodes. This can be used to ensure that the DOM view of a Document is the same as if it were saved and re-loaded and is useful when operations such as XPointer XPointer lookups that depend on a particular Document tree structure are to be used. If the parameter normalize-characters of the DOMConfigurationaspose.html/configuration object attached to the Node.ownerDocumentaspose.html.dom/node/ownerDocument is true this method will also fully normalize the characters of the Text nodes...., elements , comments , processing instructions , CDATA sections...ensure that the DOM view of a document is the same as if it were...