REXML::XMLDecl (Class)

In: temp/xmldecl.rb
Parent: Child

NEEDS DOCUMENTATION

Methods

==   clone   default   dowrite   encoding=   inspect   new   node_type   nowrite   write   xmldecl  

Constants

DEFAULT_VERSION = "1.0";
DEFAULT_ENCODING = "UTF-8";
DEFAULT_STANDALONE = "no";
START = '<\?xml';
STOP = '\?>';

External Aliases

standalone -> stand_alone?
encoding= -> old_enc=

Attributes

standalone  [RW] 
version  [RW] 
writeencoding  [R] 

Included Modules

Public Class methods

Public Instance methods

[Validate]