JavaScript Editor Javascript debugger     Website design 


DOMDocument->normalizeDocument()

Normalizes the document ()

DOMDocument {
  void normalizeDocument();
}

This method acts as if you saved and then loaded the document, putting the document in a "normal" form.

Return Values

No value is returned.