Class XmlBlock


  • public class XmlBlock
    extends java.lang.Object
    An XML block is a parsed representation of a resource XML file. Similar in nature to Android's XmlBlock class.
    • 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()