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

pub struct Namespace { /* fields omitted */ }

An xml namespace

Methods

impl Namespace
[src]

Creates a new namespace

Immutably borrows the underlying libxml2 xmlNsPtr pointer

Mutably borrows the underlying libxml2 xmlNsPtr pointer

The namespace prefix

The namespace href

Explicit free method, until (if?) we implement automatic+safe free-on-drop

Trait Implementations

impl Clone for Namespace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Namespace

impl !Sync for Namespace