Uses of Class
android.util.Xml.Encoding

Packages that use Xml.Encoding
android.util   
 

Uses of Xml.Encoding in android.util
 

Methods in android.util that return Xml.Encoding
static Xml.Encoding Xml.findEncodingByName(String encodingName)
           
static Xml.Encoding Xml.Encoding.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Xml.Encoding[] Xml.Encoding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.util with parameters of type Xml.Encoding
static void Xml.parse(InputStream in, Xml.Encoding encoding, ContentHandler contentHandler)
           
 



Copyright © 2008-2012. All Rights Reserved.