Class REXML::XMLDecl
In: src/rexml/xmldecl.rb
Parent: Child

NEEDS DOCUMENTATION

Methods
==    clone    default    dowrite    encoding=    new    node_type    nowrite    write    xmldecl   
External Aliases
standalone -> stand_alone?
encoding= -> old_enc=
Attributes
standalone  [RW] 
version  [RW] 
writeencoding  [R] 
Included modules
Encoding
Public Class methods
new(version=DEFAULT_VERSION, encoding=nil, standalone=nil)
default()
Public Instance methods
clone()
write(writer, indent=-1, transitive=false, ie_hack=false)
==( other )
xmldecl(version, encoding, standalone)
node_type()
encoding=( enc )
nowrite()
dowrite()