Xalan-C++ API Reference 1.12.0
xalanc::XalanSourceTreeWrapperParsedSource Class Reference

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

#include <xalanc/XalanTransformer/XalanSourceTreeWrapperParsedSource.hpp>

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

Public Member Functions

 XalanSourceTreeWrapperParsedSource (XalanSourceTreeDocument *theDocument, XalanSourceTreeParserLiaison &theParserLiaison, XalanSourceTreeDOMSupport &theDOMSupport, const XalanDOMString &theURI=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
virtual ~XalanSourceTreeWrapperParsedSource ()
virtual XalanDocumentgetDocument () const
 Get a pointer to the XalanDocument instance for the source document.
virtual XalanParsedSourceHelpercreateHelper (MemoryManager &theManager XALAN_DEFAULT_MEMMGR) const
virtual const XalanDOMStringgetURI () const
 Get the URI for the parsed source, if any.
Public Member Functions inherited from xalanc::XalanParsedSource
 XalanParsedSource ()
virtual ~XalanParsedSource ()
virtual XalanParsedSourceHelpercreateHelper (MemoryManager &theManager) const =0
 Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.

Detailed Description

This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document.

Definition at line 50 of file XalanSourceTreeWrapperParsedSource.hpp.

Constructor & Destructor Documentation

◆ XalanSourceTreeWrapperParsedSource()

xalanc::XalanSourceTreeWrapperParsedSource::XalanSourceTreeWrapperParsedSource ( XalanSourceTreeDocument * theDocument,
XalanSourceTreeParserLiaison & theParserLiaison,
XalanSourceTreeDOMSupport & theDOMSupport,
const XalanDOMString & theURI = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
MemoryManager &theManager XALAN_DEFAULT_MEMMGR )

◆ ~XalanSourceTreeWrapperParsedSource()

virtual xalanc::XalanSourceTreeWrapperParsedSource::~XalanSourceTreeWrapperParsedSource ( )
virtual

Member Function Documentation

◆ createHelper()

virtual XalanParsedSourceHelper * xalanc::XalanSourceTreeWrapperParsedSource::createHelper ( MemoryManager &theManager XALAN_DEFAULT_MEMMGR) const
virtual

References XALAN_DEFAULT_MEMMGR.

◆ getDocument()

virtual XalanDocument * xalanc::XalanSourceTreeWrapperParsedSource::getDocument ( ) const
virtual

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

Returns
A pointer to a XalanDocument instance.

Implements xalanc::XalanParsedSource.

◆ getURI()

virtual const XalanDOMString & xalanc::XalanSourceTreeWrapperParsedSource::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

Implements xalanc::XalanParsedSource.

References XalanSourceTreeWrapperParsedSource().


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