XMLScan::XPath::Context
# File lib/xml/dom2/xpath.rb, line 254 def initialize(node, namespace = nil, variable = nil) super node, namespace, variable, NodeVisitor.new end