Parent

Class/Module Index [+]

Quicksearch

HTML5::AfterFramesetPhase

Public Instance Methods

endTagHtml(name) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_frameset_phase.rb, line 24
def endTagHtml(name)
  @parser.last_phase = @parser.phase
  @parser.phase      = @parser.phases[:trailingEnd]
end
endTagOther(name) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_frameset_phase.rb, line 29
def endTagOther(name)
  parse_error("unexpected-end-tag-after-frameset", {"name" => name})
end
processCharacters(data) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_frameset_phase.rb, line 12
def processCharacters(data)
  parse_error("unexpected-char-after-frameset")
end
startTagNoframes(name, attributes) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_frameset_phase.rb, line 16
def startTagNoframes(name, attributes)
  @parser.phases[:inBody].processStartTag(name, attributes)
end
startTagOther(name, attributes) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/html5parser/after_frameset_phase.rb, line 20
def startTagOther(name, attributes)
  parse_error("unexpected-start-tag-after-frameset", {"name" => name})
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.