@Implements(className="android.content.res.XmlBlock", isInAndroidSdk=false) public class ShadowXmlBlock extends Object
Constructor and Description |
---|
ShadowXmlBlock() |
Modifier and Type | Method and Description |
---|---|
protected static Number |
nativeCreate(byte[] bArray,
int off,
int len) |
protected static int |
nativeCreateParseState(int obj) |
protected static long |
nativeCreateParseState(long obj) |
protected static long |
nativeCreateParseState(long obj,
int resid) |
protected static void |
nativeDestroy(int obj) |
protected static void |
nativeDestroy(long obj) |
protected static void |
nativeDestroyParseState(int obj) |
protected static void |
nativeDestroyParseState(long state) |
protected static int |
nativeGetAttributeCount(int state) |
protected static int |
nativeGetAttributeCount(long state) |
protected static int |
nativeGetAttributeData(int state,
int idx) |
protected static int |
nativeGetAttributeData(long state,
int idx) |
protected static int |
nativeGetAttributeDataType(int state,
int idx) |
protected static int |
nativeGetAttributeDataType(long state,
int idx) |
protected static int |
nativeGetAttributeIndex(int obj,
String ns,
String name) |
protected static int |
nativeGetAttributeIndex(long token,
String ns,
String name) |
protected static int |
nativeGetAttributeName(int state,
int idx) |
protected static int |
nativeGetAttributeName(long state,
int idx) |
protected static int |
nativeGetAttributeNamespace(int state,
int idx) |
protected static int |
nativeGetAttributeNamespace(long state,
int idx) |
protected static int |
nativeGetAttributeResource(int state,
int idx) |
protected static int |
nativeGetAttributeResource(long state,
int idx) |
protected static int |
nativeGetAttributeStringValue(int state,
int idx) |
protected static int |
nativeGetAttributeStringValue(long state,
int idx) |
protected static int |
nativeGetClassAttribute(int obj) |
protected static int |
nativeGetClassAttribute(long state) |
protected static int |
nativeGetIdAttribute(int obj) |
protected static int |
nativeGetIdAttribute(long state) |
protected static int |
nativeGetLineNumber(int state) |
protected static int |
nativeGetLineNumber(long state) |
protected static int |
nativeGetName(int state) |
protected static int |
nativeGetName(long state) |
protected static int |
nativeGetNamespace(int state) |
protected static int |
nativeGetNamespace(long state) |
protected static int |
nativeGetStringBlock(int obj) |
protected static Number |
nativeGetStringBlock(long obj) |
protected static int |
nativeGetStyleAttribute(int obj) |
protected static int |
nativeGetStyleAttribute(long state) |
protected static int |
nativeGetText(int state) |
protected static int |
nativeGetText(long state) |
protected static int |
nativeNext(int state) |
protected static int |
nativeNext(long state) |
@Implementation protected static Number nativeCreate(byte[] bArray, int off, int len)
@Implementation(maxSdk=20) protected static int nativeGetStringBlock(int obj)
@Implementation(minSdk=21) protected static Number nativeGetStringBlock(long obj)
@Implementation(maxSdk=20) protected static int nativeCreateParseState(int obj)
@Implementation(minSdk=21, maxSdk=28) protected static long nativeCreateParseState(long obj)
@Implementation(minSdk=10000) protected static long nativeCreateParseState(long obj, int resid)
@Implementation(maxSdk=20) protected static int nativeNext(int state) throws XmlPullParserException
XmlPullParserException
@Implementation(minSdk=21) protected static int nativeNext(long state) throws XmlPullParserException
XmlPullParserException
@Implementation(maxSdk=20) protected static int nativeGetNamespace(int state)
@Implementation(minSdk=21) protected static int nativeGetNamespace(long state)
@Implementation(maxSdk=20) protected static int nativeGetName(int state)
@Implementation(minSdk=21) protected static int nativeGetName(long state)
@Implementation(maxSdk=20) protected static int nativeGetText(int state)
@Implementation(minSdk=21) protected static int nativeGetText(long state)
@Implementation(maxSdk=20) protected static int nativeGetLineNumber(int state)
@Implementation(minSdk=21) protected static int nativeGetLineNumber(long state)
@Implementation(maxSdk=20) protected static int nativeGetAttributeCount(int state)
@Implementation(minSdk=21) protected static int nativeGetAttributeCount(long state)
@Implementation(maxSdk=20) protected static int nativeGetAttributeNamespace(int state, int idx)
@Implementation(minSdk=21) protected static int nativeGetAttributeNamespace(long state, int idx)
@Implementation(maxSdk=20) protected static int nativeGetAttributeName(int state, int idx)
@Implementation(minSdk=21) protected static int nativeGetAttributeName(long state, int idx)
@Implementation(maxSdk=20) protected static int nativeGetAttributeResource(int state, int idx)
@Implementation(minSdk=21) protected static int nativeGetAttributeResource(long state, int idx)
@Implementation(maxSdk=20) protected static int nativeGetAttributeDataType(int state, int idx)
@Implementation(minSdk=21) protected static int nativeGetAttributeDataType(long state, int idx)
@Implementation(maxSdk=20) protected static int nativeGetAttributeData(int state, int idx)
@Implementation(minSdk=21) protected static int nativeGetAttributeData(long state, int idx)
@Implementation(maxSdk=20) protected static int nativeGetAttributeStringValue(int state, int idx)
@Implementation(minSdk=21) protected static int nativeGetAttributeStringValue(long state, int idx)
@Implementation(maxSdk=20) protected static int nativeGetIdAttribute(int obj)
@Implementation(minSdk=21) protected static int nativeGetIdAttribute(long state)
@Implementation(maxSdk=20) protected static int nativeGetClassAttribute(int obj)
@Implementation(minSdk=21) protected static int nativeGetClassAttribute(long state)
@Implementation(maxSdk=20) protected static int nativeGetStyleAttribute(int obj)
@Implementation(minSdk=21) protected static int nativeGetStyleAttribute(long state)
@Implementation(maxSdk=20) protected static int nativeGetAttributeIndex(int obj, String ns, String name)
@Implementation(minSdk=21) protected static int nativeGetAttributeIndex(long token, String ns, String name)
@Implementation(maxSdk=20) protected static void nativeDestroyParseState(int obj)
@Implementation(minSdk=21) protected static void nativeDestroyParseState(long state)
@Implementation(maxSdk=20) protected static void nativeDestroy(int obj)
@Implementation(minSdk=21) protected static void nativeDestroy(long obj)