Expand description
Driver
Structs§
- XmlParse
Opts - All-encompasing parser setting structure.
- XmlParser
- An XML parser,
ready to receive Unicode input through the
tendril::TendrilSink
trait’s methods.
Functions§
- parse_
document - Parse and send results to a
TreeSink
.