class REXML::DTD::ElementDecl

def initialize match

def initialize match
  @name = match[1]
  @rest = match[2]
end