[−][src]Trait sxd_document::parser::XmlParseExt
Common reusable XML parsing methods
Required methods
fn consume_space(&self) -> Progress<StringPoint<'a>, &'a str, ()>
Parse XML whitespace
fn consume_decimal_chars(&self) -> Progress<StringPoint<'a>, &'a str, ()>
Parse XML decimal characters
fn consume_ncname(&self) -> Progress<StringPoint<'a>, &'a str, ()>
Parse an XML NCName
fn consume_prefixed_name(
&self
) -> Progress<StringPoint<'a>, PrefixedName<'a>, ()>
&self
) -> Progress<StringPoint<'a>, PrefixedName<'a>, ()>
Parse an XML prefixed name
Implementations on Foreign Types
impl<'a> XmlParseExt<'a> for StringPoint<'a>[src]
fn consume_space(&self) -> Progress<StringPoint<'a>, &'a str, ()>[src]
fn consume_decimal_chars(&self) -> Progress<StringPoint<'a>, &'a str, ()>[src]
fn consume_ncname(&self) -> Progress<StringPoint<'a>, &'a str, ()>[src]
fn consume_prefixed_name(
&self
) -> Progress<StringPoint<'a>, PrefixedName<'a>, ()>[src]
&self
) -> Progress<StringPoint<'a>, PrefixedName<'a>, ()>