Uses of Interface
tigase.xml.SimpleHandler
Packages that use SimpleHandler
-
Uses of SimpleHandler in tigase.xml
Classes in tigase.xml that implement SimpleHandlerModifier and TypeClassDescriptionclass
DomBuilderHandler
- implementation ofSimpleHandler
building DOM strctures during parsing time.class
This is temporary code used for testing purposes only.Methods in tigase.xml with parameters of type SimpleHandlerModifier and TypeMethodDescriptionfinal void
SimpleParser.parse
(SimpleHandler handler, char[] data, int off, int len) final void
SimpleParser.parse
(SimpleHandler handler, String input) -
Uses of SimpleHandler in tigase.xmpp
Classes in tigase.xmpp that implement SimpleHandlerModifier and TypeClassDescriptionclass
XMPPDomBuilderHandler<RefObject>
XMPPDomBuilderHandler
- implementation ofSimpleHandler
building DOM strctures during parsing time.