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