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

#include <xalanc/XalanTransformer/XercesDOMParsedSource.hpp>

Inheritance diagram for xalanc::XercesDOMParsedSourceHelper:
[legend]
Collaboration diagram for xalanc::XercesDOMParsedSourceHelper:
[legend]

Public Member Functions

 XercesDOMParsedSourceHelper (MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
 
 ~XercesDOMParsedSourceHelper ()
 
virtual DOMSupportgetDOMSupport ()
 Get the DOMSupport instance. More...
 
virtual XMLParserLiaisongetParserLiaison ()
 Get the XMLParserLiaison instance. More...
 
- Public Member Functions inherited from xalanc::XalanParsedSourceHelper
virtual ~XalanParsedSourceHelper ()
 

Static Public Member Functions

static XercesDOMParsedSourceHelpercreate (MemoryManager &theManager)
 

Detailed Description

Definition at line 41 of file XercesDOMParsedSource.hpp.

Constructor & Destructor Documentation

◆ XercesDOMParsedSourceHelper()

xalanc::XercesDOMParsedSourceHelper::XercesDOMParsedSourceHelper ( MemoryManager &theManager  XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)

◆ ~XercesDOMParsedSourceHelper()

xalanc::XercesDOMParsedSourceHelper::~XercesDOMParsedSourceHelper ( )

Member Function Documentation

◆ create()

static XercesDOMParsedSourceHelper* xalanc::XercesDOMParsedSourceHelper::create ( MemoryManager &  theManager)
static

◆ getDOMSupport()

virtual DOMSupport& xalanc::XercesDOMParsedSourceHelper::getDOMSupport ( )
virtual

Get the DOMSupport instance.

Returns
A reference to a DOMSupport instance.

Implements xalanc::XalanParsedSourceHelper.

◆ getParserLiaison()

virtual XMLParserLiaison& xalanc::XercesDOMParsedSourceHelper::getParserLiaison ( )
virtual

Get the XMLParserLiaison instance.

Returns
A rerefernce to an XMLParserLiaison instance.

Implements xalanc::XalanParsedSourceHelper.


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