Module trashy_xml::tokens[][src]

The different types returned by the parser.

Structs

Attribute
CloseElement
Comment

Comment added only if ignore_comments is set to false.

FilePosition

Position in the source file or string.

InnerText
OpenElement

Enums

XmlToken

Enum with the different token types

Traits

Family

Trait for getting parent and sibling tokens.