Method: HTMLTree::XMLParser#document
- Defined in:
- lib/html/xmltree.rb
#document ⇒ Object
Return the document that was built. This will be an REXML::Document that represents the whole document. The <html> node is a child of this.
56 57 58 |
# File 'lib/html/xmltree.rb', line 56 def document @rootNode end |