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