Struct selectors::parser::ParserContext [] [src]

pub struct ParserContext {
    pub in_user_agent_stylesheet: bool,
    pub default_namespace: Option<Namespace>,
    pub namespace_prefixes: HashMap<String, Namespace>,
}

Fields

in_user_agent_stylesheet: bool default_namespace: Option<Namespace> namespace_prefixes: HashMap<String, Namespace>

Methods

impl ParserContext
[src]