public static class Macros.InternalProvider extends Object implements IQProvider
Constructor and Description |
---|
InternalProvider() |
Modifier and Type | Method and Description |
---|---|
IQ |
parseIQ(org.xmlpull.v1.XmlPullParser parser)
Parse the IQ sub-document and create an IQ instance.
|
Macro |
parseMacro(org.xmlpull.v1.XmlPullParser parser) |
MacroGroup |
parseMacroGroup(org.xmlpull.v1.XmlPullParser parser) |
MacroGroup |
parseMacroGroups(String macros) |
public IQ parseIQ(org.xmlpull.v1.XmlPullParser parser) throws Exception
IQProvider
parseIQ
in interface IQProvider
parser
- an XML parser.Exception
- if an error occurs parsing the XML.public Macro parseMacro(org.xmlpull.v1.XmlPullParser parser) throws Exception
Exception
public MacroGroup parseMacroGroup(org.xmlpull.v1.XmlPullParser parser) throws Exception
Exception
public MacroGroup parseMacroGroups(String macros) throws Exception
Exception
Copyright © 2003-2007 Jive Software.