Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
XalanDocumentBuilder Class Referenceabstract

This is abstract base class designed to allow a XalanTranfomer object to use a document that is build dynamically by a user. More...

#include <XalanDocumentBuilder.hpp>

Inherits XalanParsedSource.

Inherited by XalanDefaultDocumentBuilder.

Public Member Functions

virtual ~XalanDocumentBuilder ()
 
virtual XalanDocumentgetDocument () const =0
 Get a pointer to the XalanDocument instance for the source document. More...
 
virtual XalanParsedSourceHelpercreateHelper (MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) const =0
 
virtual const XalanDOMStringgetURI () const =0
 Get the URI for the parsed source, if any. More...
 
virtual ContentHandlerTypegetContentHandler ()=0
 
virtual DTDHandlerTypegetDTDHandler ()=0
 
virtual LexicalHandlerTypegetLexicalHandler ()=0
 
- 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 abstract base class designed to allow a XalanTranfomer object to use a document that is build dynamically by a user.

Definition at line 60 of file XalanDocumentBuilder.hpp.

Constructor & Destructor Documentation

◆ ~XalanDocumentBuilder()

virtual XalanDocumentBuilder::~XalanDocumentBuilder ( )
inlinevirtual

Definition at line 65 of file XalanDocumentBuilder.hpp.

Member Function Documentation

◆ createHelper()

virtual XalanParsedSourceHelper* XalanDocumentBuilder::createHelper ( MemoryManager &theManager  XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) const
pure virtual

◆ getContentHandler()

virtual ContentHandlerType* XalanDocumentBuilder::getContentHandler ( )
pure virtual

Implemented in XalanDefaultDocumentBuilder.

◆ getDocument()

virtual XalanDocument* XalanDocumentBuilder::getDocument ( ) const
pure virtual

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

Returns
A pointer to a XalanDocument instance.

Implements XalanParsedSource.

Implemented in XalanDefaultDocumentBuilder.

◆ getDTDHandler()

virtual DTDHandlerType* XalanDocumentBuilder::getDTDHandler ( )
pure virtual

Implemented in XalanDefaultDocumentBuilder.

◆ getLexicalHandler()

virtual LexicalHandlerType* XalanDocumentBuilder::getLexicalHandler ( )
pure virtual

Implemented in XalanDefaultDocumentBuilder.

◆ getURI()

virtual const XalanDOMString& XalanDocumentBuilder::getURI ( ) const
pure 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.

Implemented in XalanDefaultDocumentBuilder.


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