Synopsis
Recursively combines all adjacent Text
nodes into a single node. It also
removes empty Text
nodes from
the document tree. This operation is useful for operations that
require absolute references within a document or if two documents
must be compared.
Java binding
public void normalize( );