Package org.robolectric.res.builder
Class XmlBlock
- java.lang.Object
-
- org.robolectric.res.builder.XmlBlock
-
public class XmlBlock extends java.lang.ObjectAn 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(java.nio.file.Path path, java.lang.String packageName)org.w3c.dom.DocumentgetDocument()java.lang.StringgetPackageName()java.nio.file.PathgetPath()
-
-
-
Method Detail
-
create
@Nullable public static XmlBlock create(java.nio.file.Path path, java.lang.String packageName)
-
getDocument
public org.w3c.dom.Document getDocument()
-
getPath
public java.nio.file.Path getPath()
-
getPackageName
public java.lang.String getPackageName()
-
-