Package org.robolectric.res
Class StaxDocumentLoader
- java.lang.Object
-
- org.robolectric.res.DocumentLoader
-
- org.robolectric.res.StaxDocumentLoader
-
public class StaxDocumentLoader extends DocumentLoader
-
-
Field Summary
-
Fields inherited from class org.robolectric.res.DocumentLoader
packageName
-
-
Constructor Summary
Constructors Constructor Description StaxDocumentLoader(String packageName, Path resourceBase, org.robolectric.res.NodeHandler topLevelNodeHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doParse(XMLStreamReader reader, XmlContext xmlContext)
protected void
loadResourceXmlFile(XmlContext xmlContext)
-
Methods inherited from class org.robolectric.res.DocumentLoader
load
-
-
-
-
Method Detail
-
loadResourceXmlFile
protected void loadResourceXmlFile(XmlContext xmlContext)
- Specified by:
loadResourceXmlFile
in classDocumentLoader
-
doParse
protected void doParse(XMLStreamReader reader, XmlContext xmlContext) throws XMLStreamException
- Throws:
XMLStreamException
-
-