Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | List of all members
XalanSourceTreeWrapperParsedSource Class Reference

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

Inheritance diagram for XalanSourceTreeWrapperParsedSource:
XalanParsedSource

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

XalanSourceTreeWrapperParsedSource::XalanSourceTreeWrapperParsedSource ( XalanSourceTreeDocument theDocument,
XalanSourceTreeParserLiaison theParserLiaison,
XalanSourceTreeDOMSupport theDOMSupport,
const XalanDOMString theURI = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
MemoryManagerType &theManager  XALAN_DEFAULT_MEMMGR 
)
virtual XalanSourceTreeWrapperParsedSource::~XalanSourceTreeWrapperParsedSource ( )
virtual

Member Function Documentation

virtual XalanParsedSourceHelper* XalanSourceTreeWrapperParsedSource::createHelper ( MemoryManagerType &theManager  XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR) const
virtual

Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.

The caller is responsible for deleting the object when finished.

Returns
A pointer to a XalanParsedSourceHelper instance.

Implements XalanParsedSource.

virtual XalanDocument* XalanSourceTreeWrapperParsedSource::getDocument ( ) const
virtual

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

Returns
A pointer to a XalanDocument instance.

Implements XalanParsedSource.

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

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo