XPath::Expression
# File lib/xpath/expression.rb, line 32 def initialize(expression) @expression = expression end
# File lib/xpath/expression.rb, line 36 def to_xpath(predicate=nil) @expression.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.