http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XMLReaderFactory Class Reference

Creates a SAX2 parser (SAX2XMLReader). More...

List of all members.

Static Public Methods

SAX2XMLReadercreateXMLReader (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager, XMLGrammarPool *const gramPool=0)
SAX2XMLReadercreateXMLReader (const XMLCh *className)

Protected Methods

 XMLReaderFactory ()
 ~XMLReaderFactory ()


Detailed Description

Creates a SAX2 parser (SAX2XMLReader).

Note: The parser object returned by XMLReaderFactory is owned by the calling users, and it's the responsiblity of the users to delete that parser object, once they no longer need it.

See also:
SAX2XMLReader::SAX2XMLReader


Constructor & Destructor Documentation

XMLReaderFactory::XMLReaderFactory   [protected]
 

XMLReaderFactory::~XMLReaderFactory   [protected]
 


Member Function Documentation

SAX2XMLReader * XMLReaderFactory::createXMLReader const XMLCh *    className [static]
 

SAX2XMLReader * XMLReaderFactory::createXMLReader MemoryManager *const    manager = XMLPlatformUtils::fgMemoryManager,
XMLGrammarPool *const    gramPool = 0
[static]
 


The documentation for this class was generated from the following file:


Copyright © 2004 The Apache Software Foundation. All Rights Reserved.