Package org.robolectric.res.builder
Class XmlBlock
- java.lang.Object
-
- org.robolectric.res.builder.XmlBlock
-
public class XmlBlock extends Object
An XML block is a parsed representation of a resource XML file. Similar in nature to Android's XmlBlock class.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlBlockcreate(Path path, String packageName)DocumentgetDocument()StringgetPackageName()PathgetPath()
-