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

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

#include <xalanc/XalanTransformer/XercesDOMWrapperParsedSource.hpp>

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

Public Member Functions

 XercesDOMWrapperParsedSource (const DOMDocument_Type *theDocument, XercesParserLiaison &theParserLiaison, XercesDOMSupport &theDOMSupport, const XalanDOMString &theURI=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
 Constructor. More...
 
virtual ~XercesDOMWrapperParsedSource ()
 
virtual XalanDocumentgetDocument () const
 Get a pointer to the XalanDocument instance for the source document. More...
 
virtual XalanParsedSourceHelpercreateHelper (MemoryManager &theManager XALAN_DEFAULT_MEMMGR) const
 
virtual const XalanDOMStringgetURI () const
 Get the URI for the parsed source, if any. More...
 
- 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. More...
 

Detailed Description

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

Definition at line 62 of file XercesDOMWrapperParsedSource.hpp.

Constructor & Destructor Documentation

◆ XercesDOMWrapperParsedSource()

xalanc::XercesDOMWrapperParsedSource::XercesDOMWrapperParsedSource ( const DOMDocument_Type theDocument,
XercesParserLiaison theParserLiaison,
XercesDOMSupport theDOMSupport,
const XalanDOMString theURI = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
MemoryManager &theManager  XALAN_DEFAULT_MEMMGR 
)

Constructor.

Parameters
theDocumentThe Xerces document to wrap
theParserLiaisonThe XercesParserLiaison instance that will own the document.
theDOMSupportThe XercesDOMSupport instance
theURIThe URI of the document, if any.

◆ ~XercesDOMWrapperParsedSource()

virtual xalanc::XercesDOMWrapperParsedSource::~XercesDOMWrapperParsedSource ( )
virtual

Member Function Documentation

◆ createHelper()

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

◆ getDocument()

virtual XalanDocument* xalanc::XercesDOMWrapperParsedSource::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::XercesDOMWrapperParsedSource::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.


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