Unicorn XML Toolkit
Version 1.00.00

Namespace Xslt
Class CBasicLocationHandlerFactory

class CBasicLocationHandlerFactory: public CLocationHandlerFactory {
public:
    CBasicLocationHandlerFactory();
    ~CBasicLocationHandlerFactory();
public:
    XLocationHandler CreateLocationHandler();
    };

The default implementation of the location handler factory.

See CLocationHandlerFactory for general discussion of location handler factories.

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

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

Constructor/Destructor Detail

CBasicLocationHandlerFactory

CBasicLocationHandlerFactory();

Constructs the basic location handler factory.

~CBasicLocationHandlerFactory

~CBasicLocationHandlerFactory();

Destroys the basic location handler factory.

Function Detail

CreateLocationHandler

XLocationHandler CreateLocationHandler();

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.