Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
XercesDOMWrapperParsedSource Class Reference

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

#include <XercesDOMWrapperParsedSource.hpp>

Inherits XalanParsedSource.

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 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 59 of file XercesDOMWrapperParsedSource.hpp.

Constructor & Destructor Documentation

◆ XercesDOMWrapperParsedSource()

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 XercesDOMWrapperParsedSource::~XercesDOMWrapperParsedSource ( )
virtual

Member Function Documentation

◆ createHelper()

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

◆ getDocument()

virtual XalanDocument* XercesDOMWrapperParsedSource::getDocument ( ) const
virtual

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

Returns
A pointer to a XalanDocument instance.

Implements XalanParsedSource.

◆ getURI()

virtual const XalanDOMString& 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 XalanParsedSource.


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