Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.8
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...
Inheritance diagram for FormatterToSourceTree:
List of all members.Public Types
Public Member Functions
Static Public Member Functions
- static void initialize ()
- Perform static initialization.
- static void terminate ()
- Perform static shut down.
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 |
|
virtual FormatterToSourceTree::~FormatterToSourceTree |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual void FormatterToSourceTree::cdata |
( |
const XMLCh *const |
ch, |
|
|
const unsigned int |
length |
|
) |
[virtual] |
|
virtual void FormatterToSourceTree::characters |
( |
const XMLCh *const |
chars, |
|
|
const unsigned int |
length |
|
) |
[virtual] |
|
virtual void FormatterToSourceTree::charactersRaw |
( |
const XMLCh *const |
chars, |
|
|
const unsigned int |
length |
|
) |
[virtual] |
|
virtual void FormatterToSourceTree::comment |
( |
const XMLCh *const |
data |
) |
[virtual] |
|
|
Called when a Comment is to be constructed.
- Parameters:
-
| data | pointer to comment data |
- Exceptions:
-
Implements FormatterListener. |
virtual void FormatterToSourceTree::endDocument |
( |
|
) |
[virtual] |
|
virtual void FormatterToSourceTree::endElement |
( |
const XMLCh *const |
name |
) |
[virtual] |
|
virtual void FormatterToSourceTree::entityReference |
( |
const XMLCh *const |
name |
) |
[virtual] |
|
|
Receive notification of a entityReference.
- Parameters:
-
| data | pointer to characters from the XML document |
- Exceptions:
-
Implements FormatterListener. |
virtual void FormatterToSourceTree::ignorableWhitespace |
( |
const XMLCh *const |
chars, |
|
|
const unsigned int |
length |
|
) |
[virtual] |
|
static void FormatterToSourceTree::initialize |
( |
|
) |
[static] |
|
virtual void FormatterToSourceTree::processingInstruction |
( |
const XMLCh *const |
target, |
|
|
const XMLCh *const |
data |
|
) |
[virtual] |
|
virtual void FormatterToSourceTree::resetDocument |
( |
|
) |
[virtual] |
|
virtual void FormatterToSourceTree::setDocumentLocator |
( |
const LocatorType *const |
locator |
) |
[virtual] |
|
virtual void FormatterToSourceTree::startDocument |
( |
|
) |
[virtual] |
|
virtual void FormatterToSourceTree::startElement |
( |
const XMLCh *const |
name, |
|
|
AttributeListType & |
attrs |
|
) |
[virtual] |
|
static 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.8
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|