Class ResourceTypes.ResXMLTree_header

  • Enclosing class:
    ResourceTypes

    public static class ResourceTypes.ResXMLTree_header
    extends java.lang.Object
    XML tree header. This appears at the front of an XML tree, describing its content. It is followed by a flat array of ResXMLTree_node structures; the hierarchy of the XML document is described by the occurrance of RES_XML_START_ELEMENT_TYPE and corresponding RES_XML_END_ELEMENT_TYPE nodes in the array.
    • Method Detail

      • myBuf

        public final java.nio.ByteBuffer myBuf()
      • myOffset

        public final int myOffset()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object