# File lib/html/xpath.rb, line 44
    def as_rexml_document(rparent = nil, context = {})
      rparent.add_text(@_content)
    end