# File nqxml/writer.rb, line 32
 def writeNodeTree(node)
	    # Nodes write themselves and their children
	    node.writeTo(@io, @prettify)
	end