Name
GdomeXPathResult -- Interface XPathResult implementation.
Description
This implements the DOM Level 3 XPath W3C Working Draft 08 February 2002. API SUBJECT
TO CHANGE!
The GdomeXPathResult interface represents the result of the evaluation of an XPath
expression within the context of a particular node. Since evaluation of an XPath
expression can result in various result types, this object
makes it possible to discover and manipulate the type and value of the result.
Details
struct GdomeXPathResult
struct GdomeXPathResult {
gpointer user_data;
}; |
gdome_xpresult_ref ()
Increase the reference count of the XPathResult structure.
gdome_xpresult_unref ()
Decrease the reference count of the XPathResult. Free the structure
if XPathResult will have zero reference.
gdome_xpresult_resultType ()
gdome_xpresult_booleanValue ()
gdome_xpresult_numberValue ()
gdome_xpresult_singleNodeValue ()
gdome_xpresult_stringValue ()
gdome_xpresult_iterateNext ()
Iterates and returns the next node from the node set or NULL if there
are no more nodes.