Package org.robolectric.res
Class StaxArrayLoader
java.lang.Object
org.robolectric.res.StaxLoader
org.robolectric.res.StaxArrayLoader
-
Field Summary
Fields inherited from class org.robolectric.res.StaxLoader
attrType, resourceTable, resType -
Constructor Summary
ConstructorsConstructorDescriptionStaxArrayLoader(PackageResourceTable resourceTable, String attrType, ResType arrayResType, ResType scalarResType) -
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
-
StaxArrayLoader
public StaxArrayLoader(PackageResourceTable resourceTable, String attrType, ResType arrayResType, ResType scalarResType)
-
-
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)
-