# File rexml/doctype.rb, line 222
    def initialize src
      super()
      md = src.match( pattern, true )
      @string = md[1]
    end