class Nokogiri::XML::NodeSet
def at path, ns = {}
If path is a string, search this document for +path+ returning the
##
def at path, ns = {} return self[path] if path.is_a?(Numeric) search(path, ns).first end
def at path, ns = {} return self[path] if path.is_a?(Numeric) search(path, ns).first end