Struct sxd_document::dom::Document [] [src]

pub struct Document<'d> { /* fields omitted */ }

An XML document

Methods

impl<'d> Document<'d>
[src]

Trait Implementations

impl<'d> Copy for Document<'d>
[src]

impl<'d> Clone for Document<'d>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'d> PartialEq for Document<'d>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'d> Debug for Document<'d>
[src]

Formats the value using the given formatter.