class Nokogiri::CSS::Node
def to_xpath prefix = '//', visitor = XPathVisitor.new
##
def to_xpath prefix = '//', visitor = XPathVisitor.new self.preprocess! prefix + visitor.accept(self) end
def to_xpath prefix = '//', visitor = XPathVisitor.new self.preprocess! prefix + visitor.accept(self) end