# File nqxml/document.rb, line 16 def initialize @prolog = Array.new() @epilogue = Array.new() @doctype = nil @rootNode = nil end