Class: XRay::HTML::VisitableParser

Inherits:
Parser show all
Includes:
ParserVisitable
Defined in:
lib/runner.rb

Constant Summary

Constants inherited from Parser

Parser::COMMENT, Parser::DTD, Parser::PROP, Parser::PROP_NAME, Parser::PROP_VALUE, Parser::SELF_CLOSE_TAG, Parser::TAG, Parser::TAG_END, Parser::TAG_NAME, Parser::TAG_START, Parser::TEXT

Method Summary

Methods included from ParserVisitable

#add_visitor, #add_visitors, included, #parse_no_throw, #results, wrap

Methods inherited from Parser

parse, #parse, #parse_comment, #parse_doc, #parse_dtd, #parse_element, #parse_prop_name, #parse_prop_value, #parse_properties, #parse_property, #parse_tag, #parse_text

Methods inherited from BaseParser

#batch, #check, #eos?, #initialize, #raw_scan, #reset, #scan, #skip, #skip_empty, #to_s

Constructor Details

This class inherits a constructor from XRay::BaseParser