diff --git a/REXML/XPathNode.html b/REXML/XPathNode.html index f7665b8b..4cb38fcd 100644 --- a/REXML/XPathNode.html +++ b/REXML/XPathNode.html @@ -166,7 +166,7 @@

Public Class Methods

-
# File lib/rexml/xpath_parser.rb, line 961
+            
# File lib/rexml/xpath_parser.rb, line 965
 def initialize(node, context=nil)
   if node.is_a?(XPathNode)
     @raw_node = node.raw_node
@@ -212,7 +212,7 @@ 

Public Instance Methods

-
# File lib/rexml/xpath_parser.rb, line 970
+            
# File lib/rexml/xpath_parser.rb, line 974
 def position
   @context[:position]
 end