class REXML::DTD::EntityDecl

def write( output, indent )

def write( output, indent )
  indent( output, indent )
  output << to_s
end