module XPath

xpath.rb : generated by racc

Constants

XPathFalse
XPathTrue

Public Class Methods

compile(src, pattern = false) click to toggle source
# File lib/xml/xpath.rb, line 494
def self.compile(src, pattern = false)
  @compiler = Compiler.new unless defined? @compiler
  @compiler.compile src, pattern
end