Method: Rubyang::Xpath::LocationStep#initialize
- Defined in:
- lib/rubyang/xpath.rb
#initialize(axis, node_test, predicates) ⇒ LocationStep
Returns a new instance of LocationStep.
226 227 228 229 230 |
# File 'lib/rubyang/xpath.rb', line 226 def initialize axis, node_test, predicates @axis = axis @node_test = node_test @predicates = predicates end |