public static class Macros.InternalProvider extends IQProvider<Macros>
| Constructor and Description |
|---|
InternalProvider() |
| Modifier and Type | Method and Description |
|---|---|
Macros |
parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Macro |
parseMacro(org.xmlpull.v1.XmlPullParser parser) |
MacroGroup |
parseMacroGroup(org.xmlpull.v1.XmlPullParser parser) |
MacroGroup |
parseMacroGroups(String macros) |
public InternalProvider()
public Macros parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.xmlpull.v1.XmlPullParserException, IOException
parse in class Provider<Macros>org.xmlpull.v1.XmlPullParserExceptionIOExceptionpublic Macro parseMacro(org.xmlpull.v1.XmlPullParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserExceptionIOExceptionpublic MacroGroup parseMacroGroup(org.xmlpull.v1.XmlPullParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserExceptionIOExceptionpublic MacroGroup parseMacroGroups(String macros) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserExceptionIOException