Uses of Interface
tigase.xml.SimpleHandler
-
Packages that use SimpleHandler Package Description tigase.xml Simple XML parser implementation.tigase.xmpp -
-
Uses of SimpleHandler in tigase.xml
Classes in tigase.xml that implement SimpleHandler Modifier and Type Class Description classDomBuilderHandlerDomBuilderHandler- implementation ofSimpleHandlerbuilding DOM strctures during parsing time.classXMLFormatterThis is temporary code used for testing purposes only.Methods in tigase.xml with parameters of type SimpleHandler Modifier and Type Method Description voidSimpleParser. parse(SimpleHandler handler, char[] data, int off, int len)voidSimpleParser. parse(SimpleHandler handler, java.lang.String input) -
Uses of SimpleHandler in tigase.xmpp
Classes in tigase.xmpp that implement SimpleHandler Modifier and Type Class Description classXMPPDomBuilderHandler<RefObject>XMPPDomBuilderHandler- implementation ofSimpleHandlerbuilding DOM strctures during parsing time.
-