90919293949596979899100101
parser.parse( inputSource ); return ch; } catch ( IOException e ) { throw new XmlPullParserException( e ); } catch ( SAXException e ) { throw new XmlPullParserException( e ); } }
979899100101102103104105106107108