Package tigase.xmpp

Class XMPPDomBuilderHandler<RefObject>

  • Type Parameters:
    RefObject -
    All Implemented Interfaces:
    SimpleHandler

    public class XMPPDomBuilderHandler<RefObject>
    extends Object
    implements SimpleHandler
    XMPPDomBuilderHandler - implementation of SimpleHandler building DOM strctures during parsing time. It also supports creation multiple, sperate document trees if parsed buffer contains a few XML documents. As a result of work it returns always Queue containing all found XML trees in the same order as they were found in network data.
    Document trees created by this DOM builder consist of instances of Element class or instances of class extending Element class. To receive trees built with instances of proper class user must provide ElementFactory implementation creating instances of required ELement extension.

    Created: Sat Oct 2 22:01:34 2004

    Version:
    $Rev$
    Author:
    Artur Hefczyc