RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMDocument.getElementsByTagNameNS Method
Pascal
function getElementsByTagNameNS(const namespaceURI: DOMString; const localName: DOMString): IDOMNodeList; safecall;
C++
__fastcall IDOMNodeList getElementsByTagNameNS(const DOMString namespaceURI, const DOMString localName);

This is getElementsByTagNameNS, a member of class IDOMDocument.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!