public abstract class Provider<E extends Element> extends Object
| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
E |
parse(org.xmlpull.v1.XmlPullParser parser) |
abstract E |
parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
public Provider()
public final E parse(org.xmlpull.v1.XmlPullParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException, SmackException
org.xmlpull.v1.XmlPullParserExceptionIOExceptionSmackExceptionpublic abstract E parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.xmlpull.v1.XmlPullParserException, IOException, SmackException
org.xmlpull.v1.XmlPullParserExceptionIOExceptionSmackException