Class: HTMLEntities::AndroidXmlDecoder

Inherits:
Decoder
  • Object
show all
Defined in:
lib/any2tmx/android_xml_parser.rb

Instance Method Summary collapse

Constructor Details

#initializeAndroidXmlDecoder

Returns a new instance of AndroidXmlDecoder.



15
16
17
# File 'lib/any2tmx/android_xml_parser.rb', line 15

def initialize
  super('android_xml')
end