Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.6

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

XercesDOMParsedSource Class Reference

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

#include <XercesDOMParsedSource.hpp>

Inheritance diagram for XercesDOMParsedSource

Collaboration diagram for XercesDOMParsedSource:

List of all members.

Public Methods


Detailed Description

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


Constructor & Destructor Documentation

XercesDOMParsedSource::XercesDOMParsedSource ( const InputSourceType & theInputSource,
bool fValidate = false,
ErrorHandlerType * theErrorHandler = 0,
EntityResolverType * theEntityResolver = 0,
const XalanDOMChar * theExternalSchemaLocation = 0,
const XalanDOMChar * theExternalNoNamespaceSchemaLocation = 0 )

virtual XercesDOMParsedSource::~XercesDOMParsedSource ( ) [virtual]


Member Function Documentation

virtual XalanParsedSourceHelper* XercesDOMParsedSource::createHelper ( ) const [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 from XalanParsedSource.

virtual XalanDocument* XercesDOMParsedSource::getDocument ( ) const [virtual]

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

Returns:
A pointer to a XalanDocument instance.

Reimplemented from XalanParsedSource.

virtual const XalanDOMString& XercesDOMParsedSource::getURI ( ) const [virtual]

Get the URI for the parsed source, if any.

use for transforming with the instance.

Returns:
A const reference to a string containing the URI

Reimplemented from XalanParsedSource.


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++ XSLT Processor Version 1.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.