Xmldom.IsPrefixed
From RAD Studio VCL Reference
Contents |
Delphi Information
From xmldom.pas
function IsPrefixed(const AName: string): Boolean;
Unit: xmldom
Type: function
Visibility: public
C++ Information
From xmldom.hpp
bool __fastcall IsPrefixed(System::UnicodeString AName);
Unit: xmldom
Type: function
Description
Indicates whether an XML tag name includes a namespace prefix.
Call IsPrefixed to determine whether a tag name includes a namespace prefix.
AName is the tag name of the XML node.
IsPrefixed returns true if AName includes a namespace prefix followed by the colon (:) separator character, false otherwise.