# File lib/html/xpath.rb, line 50
    def as_rexml_document(rparent = nil, context = {})
      node = REXML::Comment.new(@_content, parent)
    end