Struct html5ever::tokenizer::Doctype [] [src]

pub struct Doctype {
    pub name: Option<StrTendril>,
    pub public_id: Option<StrTendril>,
    pub system_id: Option<StrTendril>,
    pub force_quirks: bool,
}

A DOCTYPE token.

Fields

name
public_id
system_id
force_quirks

Methods

impl Doctype

fn new() -> Doctype

Trait Implementations

Derived Implementations

impl Debug for Doctype

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Doctype

fn clone(&self) -> Doctype

fn clone_from(&mut self, source: &Self)

impl Eq for Doctype

impl PartialEq for Doctype

fn eq(&self, __arg_0: &Doctype) -> bool

fn ne(&self, __arg_0: &Doctype) -> bool