= private = protected
encoding=(enc)
Inherited from Encoding Overridden to support optimized en/decoding
# File lib/rexml/source.rb, line 53 def encoding=(enc) return unless super @line_break = encode( '>' ) if enc != UTF_8 @buffer = decode(@buffer) @to_utf = true else @to_utf = false end end