Class ResourceTypes.ResXMLTree_header

java.lang.Object
org.robolectric.res.android.ResourceTypes.ResXMLTree_header
Enclosing class:
ResourceTypes

public static class ResourceTypes.ResXMLTree_header
extends 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.