Enum libxml::parser::ParseFormat[][src]

pub enum ParseFormat {
    XML,
    HTML,
}

Enum for the parse formats supported by libxml2

Variants

Strict parsing for XML

Relaxed parsing for HTML

Trait Implementations

impl PartialEq for ParseFormat
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for ParseFormat

impl Sync for ParseFormat