Object
@private
# File rexml-3.2.5/lib/rexml/xpath_parser.rb, line 960 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-3.2.5/lib/rexml/xpath_parser.rb, line 969 def position @context[:position] end
This page was generated for Ruby 3.0.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.