RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.IsPrefixed Function

Indicates whether an XML tag name includes a namespace prefix.

Pascal
function IsPrefixed(const AName: DOMString): Boolean;
C++
Boolean IsPrefixed(const DOMString AName);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!