Class REXML::XMLDecl
In: /home/ser/Work/rexml/rexml/xmldecl.rb
Parent: Child
Package diagram
NEEDS DOCUMENTATION
Methods
==    clone    new    parse_stream    write    xmldecl   
Attributes
encoding  [RW] 
standalone  [RW] 
version  [RW] 
Public Class methods
new(version=DEFAULT_VERSION, encoding=nil, standalone=nil)
parse_stream(source, listener)
Public Instance methods
clone()
write(writer, indent=-1)
==( other )
xmldecl(version, encoding, standalone)