/
TccFastXML.NodeExists

TccFastXML.NodeExists

Parameter

(NodeName : WideString) : Boolean;
(NodePath : Array of WideString) : Boolean;

Beschreibung

NodeExists bestimmt, ob der angegebene Knoten in der internen Liste existiert.

Beispiel

ShowMessage(ccFastXML.NodeExists('Example'));
ShowMessage(ccFastXML.NodeExists(['Example','More']));

Related content

TccFastXML.GetNodeElements
TccFastXML.GetNodeElements
More like this
TccFastXML.GetNodeValue
TccFastXML.GetNodeValue
More like this
TccFastXML.GetAttributeValue
TccFastXML.GetAttributeValue
More like this
TccFastXML.DeleteNode
TccFastXML.DeleteNode
More like this
TccFastXML.XML
TccFastXML.XML
More like this
TccFastXML.XML
TccFastXML.XML
More like this