Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Formatter Class Reference

#include <Formatter.hpp>

List of all members.

Public Methods


Detailed Description


Constructor & Destructor Documentation

Formatter::Formatter ()

virtual Formatter::~Formatter () [virtual]


Member Function Documentation

FormatterListener * Formatter::getFormatterListener () const [pure virtual]

Get the instance of the formatter listener that is associated with this formatter.

Returns:
pointer to listener

void Formatter::setFormatterListener ( FormatterListener * fl) [pure virtual]

Set the instance of the formatter listener that is associated with this formatter.

Parameters:
fl   pointer to listener to use

void Formatter::setFormatterListener ( PrintWriter & pw,
const XalanDOMString & resultns,
bool format) [pure virtual]

Set the instance of the formatter listener that is associated with this formatter.

Parameters:
pw   printWriter to print the contents to
resultns   value of the result namespace attribute
format   true if it should be pretty-printed

void Formatter::toMarkup ( const XalanDocument & doc,
PrintWriter & pw,
const XalanDOMString & resultns,
bool format) [pure virtual]

Print the result tree.

Parameters:
doc   result tree
pw   printWriter to print the contents to
resultns   value of the result namespace attribute
format   true if it should be pretty-printed

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++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.