Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
xmlSearchNs | version 1.0 | no |
number xmlSearchNs(number doc, number node, string namespace) |
doc | the XML document |
node | the current node |
namespace | the namespace prefix |
Search a Ns registered under a given name space for a document. recurse on the parents until it finds the defined namespace or return NULL otherwise. namespace can be an empty string, this is a search for the default namespace. We don't allow to cross entities boundaries. If you don't declare the namespace within those you will be in troubles !!! A warning is generated to cover this case. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT | (c)2013 Devronium Applications |