Methods

XPath::Expression::And

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.