Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
FormatterToSourceTree Class Reference
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
More...
#include <FormatterToSourceTree.hpp>
Inheritance diagram for FormatterToSourceTree:
[legend]Collaboration diagram for FormatterToSourceTree:
[legend]List of all members.Public Types
Public Methods
Static Public Methods
Detailed Description
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
Member Typedef Documentation
Member Enumeration Documentation
|
-
Enumeration values:
-
eDefaultStackSize
|
|
eDefaultTextBufferSize
|
|
|
Constructor & Destructor Documentation
|
Construct a FormatterToSourceTree instance.
it will add the nodes to the document. -
Parameters:
-
theDocument
|
The document for nodes |
|
|
Construct a FormatterToSourceTree instance.
it will add the nodes to the document fragment. -
Parameters:
-
theDocument
|
The document for nodes |
theDocumentFragment
|
The document fragment for nodes |
|
FormatterToSourceTree::~FormatterToSourceTree (
|
) [virtual]
|
|
Member Function Documentation
void FormatterToSourceTree::cdata (
|
const XMLCh *const ch,
|
|
const unsigned int length ) [virtual]
|
|
void FormatterToSourceTree::characters (
|
const XMLCh *const chars,
|
|
const unsigned int length ) [virtual]
|
|
void FormatterToSourceTree::charactersRaw (
|
const XMLCh *const chars,
|
|
const unsigned int length ) [virtual]
|
|
void FormatterToSourceTree::comment (
|
const XMLCh *const data ) [virtual]
|
|
void FormatterToSourceTree::endDocument (
|
) [virtual]
|
|
void FormatterToSourceTree::endElement (
|
const XMLCh *const name ) [virtual]
|
|
void FormatterToSourceTree::entityReference (
|
const XMLCh *const name ) [virtual]
|
|
void FormatterToSourceTree::ignorableWhitespace (
|
const XMLCh *const chars,
|
|
const unsigned int length ) [virtual]
|
|
void FormatterToSourceTree::processingInstruction (
|
const XMLCh *const target,
|
|
const XMLCh *const data ) [virtual]
|
|
void FormatterToSourceTree::resetDocument (
|
) [virtual]
|
|
void FormatterToSourceTree::setDocumentLocator (
|
const LocatorType *const locator ) [virtual]
|
|
void FormatterToSourceTree::startDocument (
|
) [virtual]
|
|
void FormatterToSourceTree::startElement (
|
const XMLCh *const name,
|
|
AttributeListType & attrs ) [virtual]
|
|
void FormatterToSourceTree::terminate (
|
) [static]
|
|
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.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|