# File lib/xpath/html.rb, line 12
    def content(locator)
      child("descendant-or-self::*""descendant-or-self::*")[current.n.contains(locator)]
    end