Xml.XMLDoc.TXMLNode.CheckTextNode
Delphi
procedure CheckTextNode;
C++
void __fastcall CheckTextNode();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNode |
Description
Generates a DOM text node implementation if it does not yet exist.
Applications can't call this protected method. It is used internally to generate a DOM node implementation for text values.
If the XML node is an element that has child nodes (other than a single DOM text node), CheckTextNode raises an exception.