class REXML::XPathNode
@private
Attributes
Public Class Methods
Source
# File lib/rexml/xpath_parser.rb, line 965 def initialize(node, context=nil) if node.is_a?(XPathNode) @raw_node = node.raw_node else @raw_node = node end @context = context || {} end