Package org.robolectric.res
Class StaxStyleLoader
- java.lang.Object
-
- org.robolectric.res.StaxLoader
-
- org.robolectric.res.StaxStyleLoader
-
public class StaxStyleLoader extends StaxLoader
-
-
Field Summary
-
Fields inherited from class org.robolectric.res.StaxLoader
attrType, resourceTable, resType
-
-
Constructor Summary
Constructors Constructor Description StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.robolectric.res.NodeHandler
addHandler(String matchExpr, org.robolectric.res.NodeHandler subHandler)
void
onEnd(XMLStreamReader xml, XmlContext xmlContext)
void
onStart(XMLStreamReader xml, XmlContext xmlContext)
-
Methods inherited from class org.robolectric.res.StaxLoader
onCharacters
-
-
-
-
Constructor Detail
-
StaxStyleLoader
public StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType)
-
-
Method Detail
-
onStart
public void onStart(XMLStreamReader xml, XmlContext xmlContext) throws XMLStreamException
- Overrides:
onStart
in classStaxLoader
- Throws:
XMLStreamException
-
onEnd
public void onEnd(XMLStreamReader xml, XmlContext xmlContext) throws XMLStreamException
- Overrides:
onEnd
in classStaxLoader
- Throws:
XMLStreamException
-
addHandler
public org.robolectric.res.NodeHandler addHandler(String matchExpr, org.robolectric.res.NodeHandler subHandler)
-
-