Enum xmlparser::TokenType[][src]

pub enum TokenType {
    XMLDecl,
    Comment,
    PI,
    DoctypeDecl,
    ElementDecl,
    AttlistDecl,
    EntityDecl,
    NotationDecl,
    DoctypeEnd,
    ElementStart,
    ElementClose,
    Attribute,
    CDSect,
    Whitespace,
    CharData,
    Unknown,
}

List of token types.

For internal use and errors.

Variants

Trait Implementations

impl Clone for TokenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TokenType
[src]

impl PartialEq for TokenType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TokenType
[src]

Formats the value using the given formatter. Read more

impl Display for TokenType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TokenType

impl Sync for TokenType