Struct libxml::xpath::Object[][src]

pub struct Object {
    pub ptr: xmlXPathObjectPtr,
    // some fields omitted
}

Essentially, the result of the evaluation of some xpath expression

Fields

libxml's ObjectPtr

Methods

impl Object
[src]

get the number of nodes in the result set

returns the result set as a vector of node references

use if the XPath used was meant to return a string, such as string(//foo/@attr)

Trait Implementations

impl Drop for Object
[src]

free the memory allocated

Auto Trait Implementations

impl !Send for Object

impl !Sync for Object