Class: REXML::XPathNode Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/rexml/xpath_parser.rb |
Class Method Summary
- .new(node, context = nil) ⇒ XPathNode constructor Internal use only
Instance Attribute Summary
Instance Method Summary
- #position Internal use only
Constructor Details
.new(node, context = nil) ⇒ XPathNode
Instance Attribute Details
#context (readonly)
[ GitHub ]# File 'lib/rexml/xpath_parser.rb', line 920
attr_reader :raw_node, :context
#raw_node (readonly)
[ GitHub ]# File 'lib/rexml/xpath_parser.rb', line 920
attr_reader :raw_node, :context
Instance Method Details
#position
[ GitHub ]# File 'lib/rexml/xpath_parser.rb', line 930
def position @context[:position] end