Unicorn XML Toolkit
Version 1.00.00

Namespace Xslt
Class CLocationHandlerFactory

class CLocationHandlerFactory: public CInterface {
public:
    CLocationHandlerFactory();
    virtual ~CLocationHandlerFactory();
public:
    virtual XLocationHandler CreateLocationHandler() = 0;
    };

The abstract interface to location handler factories.

Location handler factories are used for generation of empty location handlers.

At least one derived class must be supplied to provide implementation of this interface. The default implementation is provided via the CBasicLocationHandlerFactory class.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CLocationHandler
Constructor/Destructor Summary
CLocationHandlerFactory ();
����������Constructs the location handler factory.
~CLocationHandlerFactory ();
����������Destroys the location handler factory.

Function Summary
XLocationHandler CreateLocationHandler ();
����������Creates the empty location handler.

Constructor/Destructor Detail

CLocationHandlerFactory

CLocationHandlerFactory();

Constructs the location handler factory.

~CLocationHandlerFactory

virtual ~CLocationHandlerFactory();

Destroys the location handler factory.

Function Detail

CreateLocationHandler

virtual XLocationHandler CreateLocationHandler() = 0;

Creates the empty location handler.

Returns:
the newly created location handler

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.