Class: XMLScan::XPath::DOM::Context

Inherits:
Context
  • Object
show all
Defined in:
lib/xml/dom2/xpath.rb

Instance Method Summary collapse

Constructor Details

#initialize(node, namespace = nil, variable = nil) ⇒ Context

Returns a new instance of Context.



254
255
256
# File 'lib/xml/dom2/xpath.rb', line 254

def initialize(node, namespace = nil, variable = nil)
  super node, namespace, variable, NodeVisitor.new
end