TOC PREV NEXT INDEX

domref



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.

Specification

normalize
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX