Methods

XPath::Expression::Anywhere

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.