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.XmlPullParserException
IOException
public Macro parseMacro(org.xmlpull.v1.XmlPullParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserException
IOException
public MacroGroup parseMacroGroup(org.xmlpull.v1.XmlPullParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserException
IOException
public MacroGroup parseMacroGroups(String macros) throws org.xmlpull.v1.XmlPullParserException, IOException
org.xmlpull.v1.XmlPullParserException
IOException