Class: XPath::Expression::Tag
- Inherits:
-
Unary
- Object
- XPath::Expression
- Unary
- XPath::Expression::Tag
- Defined in:
- lib/xpath/expression.rb
Constant Summary
Constants included from XPath
Instance Method Summary collapse
Methods inherited from Unary
Methods inherited from XPath::Expression
#and, #apply, #current, #equals, #inverse, #is, #next_sibling, #normalize, #one_of, #or, #string_literal, #to_s, #to_xpaths, #union, #where, #wrap_xpath
Methods included from XPath
#anywhere, #attr, #child, #contains, #css, #current, #descendant, generate, #name, #string, #tag, #text, #var, #varstring
Constructor Details
This class inherits a constructor from XPath::Expression::Unary
Instance Method Details
#to_xpath(predicate = nil) ⇒ Object
78 79 80 |
# File 'lib/xpath/expression.rb', line 78 def to_xpath(predicate=nil) "self::#{@expression.to_xpath(predicate)}" end |