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 XmlDocument
fn from_reader<R>(source: R, trim: bool) -> Self where R: Read
impl Display for XmlDocument
impl FromStr for XmlDocument
type Err = ParseXmlError
fn from_str(s: &str) -> Result<XmlDocument, ParseXmlError>
impl ToJson for XmlDocument
impl Clone for XmlDocument
fn clone(&self) -> XmlDocument
fn 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
)