Struct amxml::sax::SaxDecoder[][src]

pub struct SaxDecoder { /* fields omitted */ }

SaxDecoder represents an XML parser reading a particular input stream. See the module document for details.

Methods

impl SaxDecoder
[src]

Creates a new XML parser reading from String.

Returns the next XML token in the input stream. At end of the input stream, raw_token() returns XmlToken::EOF.

Auto Trait Implementations

impl Send for SaxDecoder

impl Sync for SaxDecoder