# File src/rexml/xpath_parser.rb, line 24
                def initialize( )
                        @parser = REXML::Parsers::XPathParser.new
                        @namespaces = {}
                        @variables = {}
                end