| Class REXML::Declaration |
|
We don't really handle any of these since we're not a validating parser, so we can be pretty dumb about them. All we need to be able to do is spew them back out on a write()
私達は妥当性を検証しないパーサなので、本当に妥当性を何も取り扱いま せん。だから、妥当性については、きれいに放り出すことができました。 私達がこれをするために必要なことの全ては、それらをwrite()で吐き出 させることです。
| Methods |
| Public Class methods |
| new(src) |
| parse_source(source, listener) |
| Public Instance methods |
| to_s() |
| write( output, indent ) |