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
Modifier and Type Method Description static XmlBlock
create(Path path, String packageName)
Document
getDocument()
String
getPackageName()
Path
getPath()