Package org.robolectric.res.android
Class ResXMLTree
- java.lang.Object
-
- org.robolectric.res.android.ResXMLTree
-
public class ResXMLTree extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ResXMLParser
mParser
-
Constructor Summary
Constructors Constructor Description ResXMLTree(DynamicRefTable dynamicRefTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
int
getError()
ResStringPool
getStrings()
int
setTo(byte[] data, int size, boolean copyData)
-
-
-
Field Detail
-
mParser
public final ResXMLParser mParser
-
-
Constructor Detail
-
ResXMLTree
public ResXMLTree(DynamicRefTable dynamicRefTable)
-
-
Method Detail
-
setTo
public int setTo(byte[] data, int size, boolean copyData)
-
getError
public int getError()
-
getStrings
public ResStringPool getStrings()
-
-