Class: XMLScan::XPath::DOM::Context
- Inherits:
-
Context
- Object
- Context
- XMLScan::XPath::DOM::Context
- Defined in:
- lib/xml/dom2/xpath.rb
Instance Method Summary collapse
-
#initialize(node, namespace = nil, variable = nil) ⇒ Context
constructor
A new instance of Context.
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 |