Package org.robolectric.res
Class DocumentLoader
java.lang.Object
org.robolectric.res.DocumentLoader
- Direct Known Subclasses:
StaxDocumentLoader
public abstract class DocumentLoader extends Object
-
Field Summary
Fields Modifier and Type Field Description protected String
packageName
-
Constructor Summary
Constructors Constructor Description DocumentLoader(String packageName, Path resourceBase)
-
Method Summary
Modifier and Type Method Description void
load(String folderBaseName)
protected abstract void
loadResourceXmlFile(XmlContext xmlContext)
-
Field Details
-
Constructor Details
-
Method Details
-
load
- Throws:
IOException
-
loadResourceXmlFile
-