![]()
|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
">
GdomeXPathNSResolverSynopsis
DescriptionThis implements the DOM Level 3 XPath W3C Working Draft 08 February 2002. API SUBJECT TO CHANGE! The GdomeXPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings. GdomeXPathEvaluator can construct an implementation of GdomeXPathNSResolver from a node, or the interface may be implemented by any application. Detailsgdome_xpnsresolv_ref ()
Increase the reference count of the XPathNSResolver structure. gdome_xpnsresolv_unref ()
Decrease the reference count of the XPathNSResolver. Free the structure if XPathNSResolver will have zero reference. gdome_xpnsresolv_lookupNamespaceURI ()
Look up the namespace URI associated to the given namespace prefix. The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined. |