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