Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.9

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

XalanDocumentBuilder Class Reference

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

Inheritance diagram for XalanDocumentBuilder:

Inheritance graph
[legend]
Collaboration diagram for XalanDocumentBuilder:

Collaboration graph
[legend]
List of all members.

Public Member Functions


Detailed Description

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


Constructor & Destructor Documentation

virtual XalanDocumentBuilder::~XalanDocumentBuilder  )  [virtual]
 


Member Function Documentation

virtual XalanParsedSourceHelper* XalanDocumentBuilder::createHelper MemoryManagerType &theManager  XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR  )  const [pure 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 ContentHandlerType* XalanDocumentBuilder::getContentHandler  )  [pure virtual]
 

Implemented in XalanDefaultDocumentBuilder.

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.

virtual DTDHandlerType* XalanDocumentBuilder::getDTDHandler  )  [pure virtual]
 

Implemented in XalanDefaultDocumentBuilder.

virtual LexicalHandlerType* XalanDocumentBuilder::getLexicalHandler  )  [pure virtual]
 

Implemented in XalanDefaultDocumentBuilder.

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.9
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.