Struct xmlJSON::XmlDocument
[−]
[src]
pub struct XmlDocument {
pub data: Vec<XmlData>,
}An XML Document
Fields
data | Data contained within the parsed XML Document |
pub struct XmlDocument {
pub data: Vec<XmlData>,
}An XML Document
data | Data contained within the parsed XML Document |
impl XmlDocumentfn from_reader<R>(source: R, trim: bool) -> Self where R: Readimpl Display for XmlDocumentimpl FromStr for XmlDocumenttype Err = ParseXmlErrorfn from_str(s: &str) -> Result<XmlDocument, ParseXmlError>impl ToJson for XmlDocumentimpl Clone for XmlDocumentfn clone(&self) -> XmlDocumentfn clone_from(&mut self, source: &Self)impl Debug for XmlDocument
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, type, macro,
and const.
Search functions by type signature (e.g.
vec -> usize)