# File lib/nokogiri/css/node.rb, line 14 def to_xpath prefix = '//', visitor = XPathVisitor.new self.preprocess! prefix + visitor.accept(self) end