Methods

XPath::Expression::Tag

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.