# File examples/reverseTags.rb, line 52
 def each_depthfirst_reversed(&block)
	    node = @rootNode
	    recurse(node, block)
	end