Returns a new instance of Document.
153 154 155 156
# File 'lib/html/struct.rb', line 153 def initialize( children=[] ) super(nil, {}, children || []) @position = Position.new(0,0,0) end