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);

xmldom

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!