public class XmlPullParserPool extends Object
| Modifier and Type | Field and Description |
|---|---|
protected XmlPullParserFactory |
factory |
protected List |
pool |
| Constructor and Description |
|---|
XmlPullParserPool() |
XmlPullParserPool(XmlPullParserFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
XmlPullParser |
getPullParserFromPool() |
static void |
main(String[] args) |
protected XmlPullParser |
newParser() |
void |
returnPullParserToPool(XmlPullParser pp) |
protected List pool
protected XmlPullParserFactory factory
public XmlPullParserPool()
throws XmlPullParserException
XmlPullParserExceptionpublic XmlPullParserPool(XmlPullParserFactory factory)
protected XmlPullParser newParser() throws XmlPullParserException
XmlPullParserExceptionpublic XmlPullParser getPullParserFromPool() throws XmlPullParserException
XmlPullParserExceptionpublic void returnPullParserToPool(XmlPullParser pp)
Copyright © 2013. All Rights Reserved.