Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
XalanParsedSource Class Referenceabstract

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

#include <XalanParsedSource.hpp>

Inherited by XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.

Public Member Functions

 XalanParsedSource ()
 
virtual ~XalanParsedSource ()
 
virtual XalanDocumentgetDocument () const =0
 Get a pointer to the XalanDocument instance for the source document. More...
 
virtual XalanParsedSourceHelpercreateHelper (MemoryManager &theManager) const =0
 Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. More...
 
virtual const XalanDOMStringgetURI () const =0
 Get the URI for the parsed source, if any. More...
 

Detailed Description

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

Definition at line 77 of file XalanParsedSource.hpp.

Constructor & Destructor Documentation

◆ XalanParsedSource()

XalanParsedSource::XalanParsedSource ( )

◆ ~XalanParsedSource()

virtual XalanParsedSource::~XalanParsedSource ( )
virtual

Member Function Documentation

◆ createHelper()

virtual XalanParsedSourceHelper* XalanParsedSource::createHelper ( MemoryManager &  theManager) 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.

Implemented in XalanDefaultParsedSource, XercesDOMParsedSource, and XalanDefaultDocumentBuilder.

◆ getDocument()

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

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

Returns
A pointer to a XalanDocument instance.

Implemented in XalanDefaultParsedSource, XercesDOMParsedSource, XercesDOMWrapperParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, and XalanDefaultDocumentBuilder.

◆ getURI()

virtual const XalanDOMString& XalanParsedSource::getURI ( ) const
pure 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

Implemented in XalanDefaultParsedSource, XercesDOMParsedSource, XercesDOMWrapperParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, and XalanDefaultDocumentBuilder.


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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo