Uses of Interface
tigase.xml.ElementFactory
Packages that use ElementFactory
Package
Description
Simple XML parser implementation.
This package contains implementation of simple data base stored in XML file.
-
Uses of ElementFactory in tigase.xml
Classes in tigase.xml that implement ElementFactoryModifier and TypeClassDescriptionclass
DefaultElementFactory
is anElementFactory
implementation creating instances of basicElement
class.Constructors in tigase.xml with parameters of type ElementFactory -
Uses of ElementFactory in tigase.xml.db
Classes in tigase.xml.db that implement ElementFactoryModifier and TypeClassDescriptionclass
DBElementFactory
is implementation of factory design pattern required by XML DOM builder to create properElement
instances for tree nodes. -
Uses of ElementFactory in tigase.xmpp
Constructors in tigase.xmpp with parameters of type ElementFactoryModifierConstructorDescriptionXMPPDomBuilderHandler
(XMPPIOService<RefObject> ioserv, ElementFactory factory)