Class: Gammo::XPath::AST::Axis::Self
- Inherits:
-
Gammo::XPath::AST::Axis
- Object
- Gammo::XPath::AST::Axis
- Gammo::XPath::AST::Axis::Self
show all
- Defined in:
- lib/gammo/xpath/ast/axis.rb
Constant Summary
Constants included
from Subclassify
Subclassify::NotFoundError
Instance Method Summary
collapse
Instance Method Details
#strain(context, context_node, node_set) ⇒ Object
224
225
226
|
# File 'lib/gammo/xpath/ast/axis.rb', line 224
def strain(context, context_node, node_set)
node_set << context_node if node_test.match?(context_node)
end
|