Class: HTMLEntities::AndroidXmlDecoder

Inherits:
Decoder
  • Object
show all
Defined in:
lib/ext/htmlentities/android_xml_decoder.rb

Instance Method Summary collapse

Constructor Details

#initializeAndroidXmlDecoder

Returns a new instance of AndroidXmlDecoder.



11
12
13
# File 'lib/ext/htmlentities/android_xml_decoder.rb', line 11

def initialize
  super('android_xml')
end