Uses of Class
tigase.xml.SimpleParser
-
Packages that use SimpleParser Package Description tigase.server.amp.db tigase.xml Simple XML parser implementation.tigase.xmpp -
-
Uses of SimpleParser in tigase.server.amp.db
Fields in tigase.server.amp.db declared as SimpleParser Modifier and Type Field Description protected SimpleParserMsgBroadcastRepository. parserprotected SimpleParserMsgRepository. parser -
Uses of SimpleParser in tigase.xml
Methods in tigase.xml that return SimpleParser Modifier and Type Method Description static SimpleParserSingletonFactory. getParserInstance() -
Uses of SimpleParser in tigase.xmpp
Fields in tigase.xmpp declared as SimpleParser Modifier and Type Field Description protected SimpleParserXMPPIOService. parser
-