# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_head_phase.rb, line 44 def anything_else @tree.insert_element('body', {}) @parser.phase = @parser.phases[:inBody] end
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_head_phase.rb, line 13 def processCharacters(data) anything_else @parser.phase.processCharacters(data) end
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_head_phase.rb, line 39 def processEndTag(name) anything_else @parser.phase.processEndTag(name) end
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_head_phase.rb, line 8 def process_eof anything_else @parser.phase.process_eof end
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_head_phase.rb, line 18 def startTagBody(name, attributes) @tree.insert_element(name, attributes) @parser.phase = @parser.phases[:inBody] end
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_head_phase.rb, line 23 def startTagFrameset(name, attributes) @tree.insert_element(name, attributes) @parser.phase = @parser.phases[:inFrameset] end
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_head_phase.rb, line 28 def startTagFromHead(name, attributes) parse_error("unexpected-start-tag-out-of-my-head", {"name" => name}) @parser.phase = @parser.phases[:inHead] @parser.phase.processStartTag(name, attributes) end
Generated with the Darkfish Rdoc Generator 2.