public class XmlBlockLoader extends XmlLoader
Given a resource file a concrete implementation of XmlResourceParser
is returned. The returned implementation is based on the current Android
implementation. Please see the android source code for further details.
XmlLoader.XmlContext| Constructor and Description |
|---|
XmlBlockLoader(ResBundle resBundle,
java.lang.String attrType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processResourceXml(FsFile xmlFile,
XpathResourceXmlLoader.XmlNode xmlNode,
XmlLoader.XmlContext xmlContext) |
parse, processResourceXmlpublic XmlBlockLoader(ResBundle resBundle, java.lang.String attrType)
protected void processResourceXml(FsFile xmlFile, XpathResourceXmlLoader.XmlNode xmlNode, XmlLoader.XmlContext xmlContext)
processResourceXml in class XmlLoader