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

pub struct Object {
    pub ptr: *mut c_void,
}

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 Clone for Object
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Object
[src]

free the memory allocated