Class
HTML::StackingParser
In:
lib/html/stparser.rb
lib/html/stparser.rb
Parent:
SGMLParser
Methods
feed
feed
last_tag
last_tag
new
new
parent_tag
parent_tag
parse_file_named
parse_file_named
stack
stack
strip_whitespace=
strip_whitespace=
Public Class methods
new
(verbose=false, strip_white=false)
new
(verbose=false, strip_white=false)
Public Instance methods
feed
(string)
Feed some more data to the parser.
feed
(string)
Feed some more data to the parser.
last_tag
()
last_tag
()
parent_tag
()
parent_tag
()
parse_file_named
(name)
Open and parse the given file.
parse_file_named
(name)
Open and parse the given file.
stack
()
accessors
stack
()
accessors
strip_whitespace=
(flag)
strip_whitespace=
(flag)
[Validate]