Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlSearchNsByHref

Name Version Deprecated
xmlSearchNsByHref version 1.0 no

Prototype:
number xmlSearchNsByHref(number doc, number node, string href)

Parameters:
doc      the XML document
node      the current node
href      the namespace value

Description:
Search a Ns aliasing a given URI. Recurse on the parents until it finds the defined namespace or return null otherwise.

Returns:
Returns the namespace pointer or null if not found.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications