TOC PREV NEXT INDEX

Put your logo here!


normalize


The normalize method puts the current node and all of its subtree into a "normalized" form (see below).

Syntax

element.normalize() 

Parameters

None.

Example

example here 

Notes

The normalized form of a subtree is that subtree's nodelist cleansed of extranous and adjacent Text nodes, organized with blah blah. A normalized subtree has only the elements, entities, blah blah and blah blah..

Specification

core


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX