Methods

Files

XPath::Expression::CSS

Public Instance Methods

to_xpath(predicate=nil) click to toggle source
# File lib/xpath/expression.rb, line 225
def to_xpath(predicate=nil)
  "#{@left.to_xpath}#{@right.to_xpath}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.