Object
@private
# File rexml/xpath_parser.rb, line 920 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 929 def position @context[:position] end
This page was generated for Ruby 2.6.3
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.