/* 361 */ Element parent = null;
/* 362 */ XmlPullParser parser = getXPPParser();
/* 363 */ parser.setNamespaceAware(true);
/* */
/* 365 */ ProxyXmlStartTag startTag = new ProxyXmlStartTag();
/* 366 */ XmlEndTag endTag = this.xppFactory.newEndTag();
/* */ while (true)
/* */ {
/* 369 */ int type = parser.next();
/* */
/* 371 */ switch (type) {