Class
@private
Attributes
Read
No documentation available
Read
No documentation available
Class Methods
lib/rexml/xpath_parser.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/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
No documentation available
Instance Methods
#
lib/rexml/xpath_parser.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rexml/xpath_parser.rb, line 964
def position
@context[:position]
end
No documentation available