RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.MakeNodeName Function

Assembles a full tag name from a local name and namespace prefix.

Pascal
function MakeNodeName(const Prefix: DOMString; const LocalName: DOMString): DOMString;
C++
DOMString MakeNodeName(const DOMString Prefix, const DOMString LocalName);

Call MakeNodeName to create a tag name from a namespace prefix and a local tag name. 

Prefix is the namespace prefix. 

LocalName is the local name for the node. 

MakeNodeName returns the full tag name that consists of the namespace prefix, followed by a colon and then the local name. 

 

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