DOMNode::normalize
(PHP 5)
DOMNode::normalize — Normalizes the node
Description
public void DOMNode::normalize
( void
)
Remove empty text nodes and merge adjacent text nodes in this node and all its children.
Return Values
No value is returned.