# File lib/html/xpath.rb, line 19
    def rexml_match(path)
      node = as_rexml_document
      REXML::XPath.match(node, path)
    end