| Normalize method |
Applies to
TIcXMLNode
Declaration
Procedure Normalize;
Description
This is virtual method, so you should override it for nodes, which are descendants of TIcXMLNode and require own specific way of normalization.
| Raises |
| EIcXMLParserError | Raises exception when node's value contains illegal characters. |
|
|