Package org.robolectric.res.android
Class ResXMLParser.event_code_t
- java.lang.Object
-
- org.robolectric.res.android.ResXMLParser.event_code_t
-
- Enclosing class:
- ResXMLParser
public static class ResXMLParser.event_code_t extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BAD_DOCUMENT
static int
END_DOCUMENT
static int
END_NAMESPACE
static int
END_TAG
static int
FIRST_CHUNK_CODE
static int
START_DOCUMENT
static int
START_NAMESPACE
static int
START_TAG
static int
TEXT
-
Constructor Summary
Constructors Constructor Description event_code_t()
-
-
-
Field Detail
-
BAD_DOCUMENT
public static final int BAD_DOCUMENT
- See Also:
- Constant Field Values
-
START_DOCUMENT
public static final int START_DOCUMENT
- See Also:
- Constant Field Values
-
END_DOCUMENT
public static final int END_DOCUMENT
- See Also:
- Constant Field Values
-
FIRST_CHUNK_CODE
public static final int FIRST_CHUNK_CODE
- See Also:
- Constant Field Values
-
START_NAMESPACE
public static final int START_NAMESPACE
- See Also:
- Constant Field Values
-
END_NAMESPACE
public static final int END_NAMESPACE
- See Also:
- Constant Field Values
-
START_TAG
public static final int START_TAG
- See Also:
- Constant Field Values
-
END_TAG
public static final int END_TAG
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
-