Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::XalanCompiledStylesheet Class Referenceabstract

This is an abstraction of the StylesheetRoot class. More...

#include <xalanc/XalanTransformer/XalanCompiledStylesheet.hpp>

Inheritance diagram for xalanc::XalanCompiledStylesheet:
[legend]

Public Member Functions

virtual ~XalanCompiledStylesheet ()
 
virtual const StylesheetRootgetStylesheetRoot () const =0
 

Detailed Description

This is an abstraction of the StylesheetRoot class.

It is designed to allow a XalanTranfomer object to reuse a compliled stylesheet.

Definition at line 40 of file XalanCompiledStylesheet.hpp.

Constructor & Destructor Documentation

◆ ~XalanCompiledStylesheet()

virtual xalanc::XalanCompiledStylesheet::~XalanCompiledStylesheet ( )
inlinevirtual

Definition at line 45 of file XalanCompiledStylesheet.hpp.

Member Function Documentation

◆ getStylesheetRoot()

virtual const StylesheetRoot* xalanc::XalanCompiledStylesheet::getStylesheetRoot ( ) const
pure virtual

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