xpath.rb : generated by racc
# File lib/xml/xpath.rb, line 494 def self.compile(src, pattern = false) @compiler = Compiler.new unless defined? @compiler @compiler.compile src, pattern end