[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Normalizes text nodes and attributes in the Node sub-tree.
Source position: laz2_dom.pas line 289
public procedure TDOMNode.Normalize; virtual; |
Normalize is a method used to convert child text nodes in the sub-tree to their normal form where only structure nodes separate the text nodes. Adjacent text nodes are combined into a single text node. Adjacent text nodes which contain only ignorable whitespace are consolidated into a single whitespace value.
Normalize implements the method defined for the DOM Node interface in the DOM Level 2 Specification.
|
Gets the first child node for the current node. |
|
|
Next DOM Node at the same level in the DOM tree. |
|
|
Provides access to the Node Flags for the DOM Node. |
|
|
Provides access to the character data in the NodeValue property. |
Version 4.0 | Generated 2025-05-03 | Home |