Package org.robolectric.res
Class StaxDocumentLoader
java.lang.Object
org.robolectric.res.DocumentLoader
org.robolectric.res.StaxDocumentLoader
public class StaxDocumentLoader extends DocumentLoader
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StaxDocumentLoader(String packageName, Path resourceBase, org.robolectric.res.NodeHandler topLevelNodeHandler) -
Method Summary
Modifier and Type Method Description protected voiddoParse(javax.xml.stream.XMLStreamReader reader, XmlContext xmlContext)protected voidloadResourceXmlFile(XmlContext xmlContext)
-
Constructor Details
-
Method Details
-
loadResourceXmlFile
- Specified by:
loadResourceXmlFilein classDocumentLoader
-
doParse
protected void doParse(javax.xml.stream.XMLStreamReader reader, XmlContext xmlContext) throws javax.xml.stream.XMLStreamException- Throws:
javax.xml.stream.XMLStreamException
-