Class HTML5::TreeBuilders::REXML::Document
In: lib/html5/treebuilders/rexml.rb
Parent: Node

Methods

new   printTree   rxclass  

Public Class methods

Public Instance methods

ryansking: not sure why this was here. removing it doesn‘t cause any tests to fail def appendChild node

   if node.kind_of? Element and node.name == 'html'
     node.rxobj.add_namespace('http://www.w3.org/1999/xhtml')
   end
   super node

end

[Validate]