Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 8e412c6ae4e9dc4ce4e111b93c4a8d4a > files > 72

libupnp-devel-1.6.6-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
   <TITLE>EXPORT_SPEC IXML_NodeList* ixmlDocument_getElementsByTagNameNS</TITLE>
   <META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
</HEAD>
<BODY BGCOLOR="#ffffff">

<H2>EXPORT_SPEC IXML_NodeList* <A HREF="#DOC.DOCU">ixmlDocument_getElementsByTagNameNS</A></H2><H2>(IXML_Document* doc,<BR>&nbsp;  DOMString namespaceURI,<BR>&nbsp;  DOMString localName )</H2><BLOCKQUOTE>Returns a <B>NodeList</B> of <B>Elements</B> that match the given local name and namespace URI in the order they are encountered in a preorder traversal of the <B>Document</B> tree.</BLOCKQUOTE>

<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Returns a <B>NodeList</B> of <B>Elements</B> that match the given
local name and namespace URI in the order they are encountered
in a preorder traversal of the <B>Document</B> tree.  Either 
<B>namespaceURI</B> or <B>localName</B> can be the special <TT>"*"</TT>
character, which matches any namespace or any local name respectively.

<P></BLOCKQUOTE>
<DL><DT><DT><B>Parameters:</B><DD><B>doc</B> -   The <B>Document</B> to search. 
<BR><B>namespaceURI</B> -   The namespace of the elements to 
find or <TT>"*"</TT> to match any 
namespace. 
<BR><B>localName</B> -   The local name of the elements to 
find or <TT>"*"</TT> to match any local 
name.  <BR><DT><B>Returns:</B><DD>  [NodeList*] A pointer to a <B>NodeList</B> containing the 
matching items or <TT>NULL</TT> on an error.
<BR><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>