Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.xmlHasNsProp

Name Version Deprecated
xmlHasNsProp version 1.0 no

Prototype:
number xmlHasNsProp(number node, string name, string namespace)

Parameters:
node      the node
name      the attribute name
namespace      the URI of the namespace

Description:
Search for an attribute associated to a node. This attribute has to be anchored in the namespace specified. This does the entity substitution. This function looks in DTD attribute declaration for #FIXED or default declaration values unless DTD use has been turned off.

Returns:
Returns the attribute handle, or null if not found.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software