| Package | Description |
|---|---|
| android.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Xml.parse(InputStream in,
Xml.Encoding encoding,
ContentHandler contentHandler) |
Copyright © 2008-2013. All Rights Reserved.