| 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 * <iq type='get' xmlns='jabber:client' xmlns:ns1='http://example.org/ns1'> |
| 285 * <ns1:element><child1/></ns1:element> |
285 * <ns1:element><child1/></ns1:element> |
| 286 * </iq> |
286 * </iq> |
| 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 |