Package org.robolectric.res
Class StaxStyleLoader
java.lang.Object
org.robolectric.res.StaxLoader
org.robolectric.res.StaxStyleLoader
-
Field Summary
Fields inherited from class org.robolectric.res.StaxLoader
attrType, resourceTable, resType -
Constructor Summary
ConstructorsConstructorDescriptionStaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType) -
Method Summary
Modifier and TypeMethodDescriptionorg.robolectric.res.NodeHandleraddHandler(String matchExpr, org.robolectric.res.NodeHandler subHandler) voidonEnd(XMLStreamReader xml, XmlContext xmlContext) voidonStart(XMLStreamReader xml, XmlContext xmlContext) Methods inherited from class org.robolectric.res.StaxLoader
onCharacters
-
Constructor Details
-
StaxStyleLoader
-
-
Method Details
-
onStart
- Overrides:
onStartin classStaxLoader- Throws:
XMLStreamException
-
onEnd
- Overrides:
onEndin classStaxLoader
-
addHandler
public org.robolectric.res.NodeHandler addHandler(String matchExpr, org.robolectric.res.NodeHandler subHandler)
-