Unicorn XML Toolkit
Version 1.00.00

Namespace XmlParser
Class CParserFactory

class CParserFactory: public IParserFactory {
public:
    CParserFactory();
    ~CParserFactory();
public:
    XParser MakeParser();
    XParser MakeParser(const CString &strClassName);
    };

The factory for SXP-based XML parsers implemented by XmlParser .

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
Sxp::IParser
Constructor/Destructor Summary
CParserFactory ();
����������Constructs the parser factory.
~CParserFactory ();
����������Destroys the parser factory.

Function Summary
XParser MakeParser ();
����������Creates a new SAX-based XML parser.
XParser MakeParser (const CString &strClassName);
����������Reserved for creation of SAX-based XML parsers with the specified class name.

Constructor/Destructor Detail

CParserFactory

CParserFactory();

Constructs the parser factory.

~CParserFactory

~CParserFactory();

Destroys the parser factory.

Function Detail

MakeParser

XParser MakeParser();

Creates a new SAX-based XML parser.

Returns:
the newly created XML parser

MakeParser

XParser MakeParser(const CString &strClassName);

Reserved for creation of SAX-based XML parsers with the specified class name.

This member function is not supported in the current release of XmlParser . Calling this function will cause an assertion error.

Parameters:
strClassName - the class name of XML parser
Returns:
the newly created XML parser

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

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