formats SAX-style events into XML. More...
#include <FormatterToXMLBase.hpp>
Inheritance diagram for FormatterToXMLBase
Collaboration diagram for FormatterToXMLBase:
formats SAX-style events into XML.
|
|
|
Constructor.
writer | the writer. |
version | the string to write for the XML version number. |
mediaType | media type (MIME content type) of the data |
doctypeSystem | system identifier to be used in the document type declaration |
doctypePublic | public identifier to be used in the document type declaration |
xmlDecl | true if the XSLT processor should output an XML declaration |
standalone | The string the XSLT processor should output for the standalone document declaration |
|
|
|
|
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Determine if an element ever had any children added.
|
Called when a Comment is to be constructed.
data | pointer to comment data |
SAXException |
Reimplemented from FormatterListener.
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
|
Reimplemented from FormatterListener.
|
Reimplemented from FormatterListener.
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Receive notification of a entityReference.
data | pointer to characters from the XML document |
SAXException |
Reimplemented from FormatterListener.
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
|
|
Reimplemented from FormatterListener.
|
Reimplemented from FormatterListener.
|
Reimplemented from FormatterListener.
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Reimplemented from FormatterListener.
|
|
|
|
Reimplemented from FormatterListener.
|
|
|
|
Mark the parent element as having a child.
If this is the first child, return true, otherwise, return false. This allows the child element to determine if the parent tag has already been closed.
|
Open an element for possibile children.
|
|
Reimplemented from FormatterListener.
|
Reimplemented from FormatterListener.
|
Reimplemented from FormatterListener.
|
|
Reimplemented from FormatterListener.
|
Reimplemented from FormatterListener.
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Throw an exception when an invalid character is encountered.
ch | The first character in the surrogate |
next | The next character in the surrogate |
|
Throw an exception when an invalid surrogate is encountered.
ch | The first character in the surrogate |
next | The next character in the surrogate |
|
Throw an exception when an invalid surrogate is encountered.
ch | The first character in the surrogate |
|
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
Reimplemented in FormatterToXML_UTF16, and FormatterToXML_UTF8.
|
The public ID for the doc type.
|
The System ID for the doc type.
|
The media type.
Not used right now.
|
The string of characters that represents the newline.
|
The length of the the string of characters that represents the newline.
|
Tell if the next text should be raw.
|
Add space before '/>' for XHTML.
|
Text for standalone part of header.
|
Tells the XML version, for writing out to the XML decl.
|
The writer.
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.7 |
|