Flowdock
new(source) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/parsers/sax2parser.rb, line 10
                        def initialize source
                                @parser = BaseParser.new(source)
                                @listeners = []
                                @procs = []
                                @namespace_stack = []
                                @has_listeners = false
                                @tag_stack = []
        @entities = {}
                        end
Register or log in to add new notes.