method

parse_source

v1_8_7_330 - Show latest stable - Class: REXML::DTD::NotationDecl
parse_source(source, listener)
public

No documentation available.

# File lib/rexml/dtd/notationdecl.rb, line 32
                        def NotationDecl.parse_source source, listener
                                md = source.match( PATTERN_RE, true )
                                thing = md[0].squeeze(" \t\n\r")
                                listener.send inspect.downcase, thing 
                        end