RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.ExtractLocalName Function

Strips the namespace prefix, if present, from the tag name of an XML node.

Pascal
function ExtractLocalName(const AName: DOMString): DOMString;
C++
DOMString ExtractLocalName(const DOMString AName);

Call ExtractLocalName to convert a full tag name for an XML node into the corresponding local name. 

AName is the tag name to be converted. 

ExtractLocalName returns the value of AName with any namespace prefix stripped away. 

 

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