Uses of Interface
tigase.xml.ElementFactory
-
Packages that use ElementFactory Package Description tigase.xml Simple XML parser implementation.tigase.xml.db This package contains implementation of simple data base stored in XML file.tigase.xmpp -
-
Uses of ElementFactory in tigase.xml
Classes in tigase.xml that implement ElementFactory Modifier and Type Class Description classDefaultElementFactoryDefaultElementFactoryis anElementFactoryimplementation creating instances of basicElementclass.Constructors in tigase.xml with parameters of type ElementFactory Constructor Description DomBuilderHandler(ElementFactory factory) -
Uses of ElementFactory in tigase.xml.db
Classes in tigase.xml.db that implement ElementFactory Modifier and Type Class Description classDBElementFactoryDBElementFactoryis implementation of factory design pattern required by XML DOM builder to create properElementinstances for tree nodes. -
Uses of ElementFactory in tigase.xmpp
Constructors in tigase.xmpp with parameters of type ElementFactory Constructor Description XMPPDomBuilderHandler(XMPPIOService<RefObject> ioserv, ElementFactory factory)
-