public class ResourceTypes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResourceTypes.Res_value
Representation of a value in a resource, supplying type information.
|
static class |
ResourceTypes.ResChunk_header
Header that appears at the front of every data chunk in a resource.
|
static class |
ResourceTypes.ResStringPool_header
Definition for a pool of strings.
|
static class |
ResourceTypes.ResStringPool_ref
Reference to a string in a string pool.
|
static class |
ResourceTypes.ResStringPool_span
This structure defines a span of style information associated with a string in the pool.
|
static class |
ResourceTypes.ResTable_map
A single name/value mapping that is part of a complex resource entry.
|
static class |
ResourceTypes.ResTable_ref
This is a reference to a unique entry (a ResTable_entry structure) in a resource table.
|
static class |
ResourceTypes.ResXMLTree_attrExt
Extended XML tree node for start tags – includes attribute information.
|
static class |
ResourceTypes.ResXMLTree_endElementExt
Extended XML tree node for element start/end nodes.
|
static class |
ResourceTypes.ResXMLTree_header
XML tree header.
|
static class |
ResourceTypes.ResXMLTree_node
Basic XML tree node.
|
Modifier and Type | Field and Description |
---|---|
static String |
ANDROID_NS |
static String |
AUTO_NS |
static int |
RES_NULL_TYPE |
static int |
RES_STRING_POOL_TYPE |
static int |
RES_TABLE_LIBRARY_TYPE |
static int |
RES_TABLE_PACKAGE_TYPE |
static int |
RES_TABLE_TYPE |
static int |
RES_TABLE_TYPE_SPEC_TYPE |
static int |
RES_TABLE_TYPE_TYPE |
static int |
RES_XML_CDATA_TYPE |
static int |
RES_XML_END_ELEMENT_TYPE |
static int |
RES_XML_END_NAMESPACE_TYPE |
static int |
RES_XML_FIRST_CHUNK_TYPE |
static int |
RES_XML_LAST_CHUNK_TYPE |
static int |
RES_XML_RESOURCE_MAP_TYPE |
static int |
RES_XML_START_ELEMENT_TYPE |
static int |
RES_XML_START_NAMESPACE_TYPE |
static int |
RES_XML_TYPE |
static int |
RESTABLE_MAX_LOCALE_LEN |
Constructor and Description |
---|
ResourceTypes() |
public static final String ANDROID_NS
public static final String AUTO_NS
public static final int RES_NULL_TYPE
public static final int RES_STRING_POOL_TYPE
public static final int RES_TABLE_TYPE
public static final int RES_XML_TYPE
public static final int RES_XML_FIRST_CHUNK_TYPE
public static final int RES_XML_START_NAMESPACE_TYPE
public static final int RES_XML_END_NAMESPACE_TYPE
public static final int RES_XML_START_ELEMENT_TYPE
public static final int RES_XML_END_ELEMENT_TYPE
public static final int RES_XML_CDATA_TYPE
public static final int RES_XML_LAST_CHUNK_TYPE
public static final int RES_XML_RESOURCE_MAP_TYPE
public static final int RES_TABLE_PACKAGE_TYPE
public static final int RES_TABLE_TYPE_TYPE
public static final int RES_TABLE_TYPE_SPEC_TYPE
public static final int RES_TABLE_LIBRARY_TYPE
public static final int RESTABLE_MAX_LOCALE_LEN