Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

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

XalanParsedSource Class Reference

This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document. More...

#include <XalanParsedSource.hpp>

Inheritance diagram for XalanParsedSource

Inheritance graph

[legend]
List of all members.

Public Methods


Detailed Description

This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document.


Constructor & Destructor Documentation

XalanParsedSource::XalanParsedSource ( )
 

virtual XalanParsedSource::~XalanParsedSource ( ) [virtual]
 


Member Function Documentation

XalanParsedSourceHelper * XalanParsedSource::createHelper ( ) const [pure virtual]
 

Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.

The caller is responsible for deleting the object when finished.

Returns:
A pointer to a XalanParsedSourceHelper instance.

Reimplemented in XalanDefaultDocumentBuilder, XalanDefaultParsedSource, XalanDocumentBuilder, and XercesDOMParsedSource.

XalanDocument * XalanParsedSource::getDocument ( ) const [pure virtual]
 

Get a pointer to the XalanDocument instance for the source document.

Returns:
A pointer to a XalanDocument instance.

Reimplemented in XalanDefaultDocumentBuilder, XalanDefaultParsedSource, XalanDocumentBuilder, and XercesDOMParsedSource.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.