Object
@private
# File rexml/xpath_parser.rb, line 955 def initialize(node, context=nil) if node.is_a?(XPathNode) @raw_node = node.raw_node else @raw_node = node end @context = context || {} end
# File rexml/xpath_parser.rb, line 964 def position @context[:position] end
This page was generated for Ruby 2.7.5
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.