Package org.robolectric.res
Class StaxDocumentLoader
java.lang.Object
org.robolectric.res.DocumentLoader
org.robolectric.res.StaxDocumentLoader
-
Field Summary
Fields inherited from class org.robolectric.res.DocumentLoader
packageName
-
Constructor Summary
ConstructorDescriptionStaxDocumentLoader
(String packageName, Path resourceBase, org.robolectric.res.NodeHandler topLevelNodeHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doParse
(javax.xml.stream.XMLStreamReader reader, XmlContext xmlContext) protected void
loadResourceXmlFile
(XmlContext xmlContext) Methods inherited from class org.robolectric.res.DocumentLoader
load
-
Constructor Details
-
StaxDocumentLoader
-
-
Method Details
-
loadResourceXmlFile
- Specified by:
loadResourceXmlFile
in classDocumentLoader
-
doParse
protected void doParse(javax.xml.stream.XMLStreamReader reader, XmlContext xmlContext) throws javax.xml.stream.XMLStreamException - Throws:
javax.xml.stream.XMLStreamException
-