Struct libxml::tree::Namespace [] [src]

pub struct Namespace {
    pub ns_ptr: *mut c_void,
}

An xml namespace

Fields

libxml's xmlNsPtr

Methods

impl Namespace
[src]

[src]

Creates a new namespace

[src]

The namespace prefix

[src]

The namespace href

[src]

Workaround free method until we implement automatic+safe free-on-drop

Trait Implementations

impl Clone for Namespace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for Namespace
[src]

[src]

Free namespace