Class
Nokogiri::CSS::Parser
In:
lib/nokogiri/css/parser.rb
Parent:
GeneratedTokenizer
Methods
[]
[]=
clear_cache
new
on_error
parse
without_cache
xpath_for
External Aliases
cache_on
->
cache_on?
cache_on=
->
set_cache
scan_str
->
parse
Attributes
cache_on
[RW]
Public Class methods
[]
(string)
[]=
(string, value)
clear_cache
()
new
(namespaces = {})
parse
(selector)
Parse this
CSS
selector in
selector
. Returns an AST.
without_cache
(&block)
Public Instance methods
on_error
(error_token_id, error_value, value_stack)
xpath_for
(string, options={})
[Validate]