Struct xmlJSON::XmlDocument [] [src]

pub struct XmlDocument {
    pub data: Vec<XmlData>,
}

An XML Document

Fields

Data contained within the parsed XML Document

Methods

impl XmlDocument
[src]

Trait Implementations

impl Debug for XmlDocument
[src]

Formats the value using the given formatter.

impl Clone for XmlDocument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for XmlDocument
[src]

Formats the value using the given formatter. Read more

impl FromStr for XmlDocument
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl ToJson for XmlDocument
[src]

Converts the value of self to an instance of JSON