| Class | REXML::XMLDecl |
| In: |
lib/rexml/xmldecl.rb
|
| Parent: | Child |
NEEDS DOCUMENTATION
| DEFAULT_VERSION | = | "1.0"; |
| DEFAULT_ENCODING | = | "UTF-8"; |
| DEFAULT_STANDALONE | = | "no"; |
| START | = | '<\?xml'; |
| STOP | = | '\?>'; |
| standalone | -> | stand_alone? |
| encoding= | -> | old_enc= |
| standalone | [RW] | |
| version | [RW] | |
| writeencoding | [R] | |
| writethis | [R] |
| indent: | Ignored. There must be no whitespace before an XML declaration |
| transitive: | Ignored |
| ie_hack: | Ignored |
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.