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