libpurple/xmlnode.h

branch
soc.2013.gobjectification.plugins
changeset 37074
1e7b4b3741a0
parent 37072
b4d3e353c563
parent 35468
65e7b4566de4
child 37094
84873ce721dc
equal deleted inserted replaced
37073:baf45dc13ffd 37074:1e7b4b3741a0
278 * namespace is the current namespace which applies to child 278 * namespace is the current namespace which applies to child
279 * elements which are unprefixed and which do not contain their 279 * elements which are unprefixed and which do not contain their
280 * own namespace. 280 * own namespace.
281 * 281 *
282 * For example, given: 282 * For example, given:
283 * \verbatim 283 * <programlisting>
284 * <iq type='get' xmlns='jabber:client' xmlns:ns1='http://example.org/ns1'> 284 * &lt;iq type='get' xmlns='jabber:client' xmlns:ns1='http://example.org/ns1'&gt;
285 * <ns1:element><child1/></ns1:element> 285 * &lt;ns1:element&gt;&lt;child1/&gt;&lt;/ns1:element&gt;
286 * </iq> 286 * &lt;/iq&gt;
287 * \endverbatim 287 * </programlisting>
288 * 288 *
289 * The default namespace of all nodes (including 'child1') is "jabber:client", 289 * The default namespace of all nodes (including 'child1') is "jabber:client",
290 * though the namespace for 'element' is "http://example.org/ns1". 290 * though the namespace for 'element' is "http://example.org/ns1".
291 * 291 *
292 * Returns: The default namespace of this node 292 * Returns: The default namespace of this node

mercurial