Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.8

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

FormatterToHTML Member List

This is the complete list of members for FormatterToHTML, including all inherited members.

AccumArrayFunctionType typedefFormatterToXML [protected]
AccumCharFunctionType typedefFormatterToXML [protected]
accumCommentData(const XalanDOMChar *data)FormatterToHTML [protected, virtual]
accumContent(XalanDOMChar ch)FormatterToXML [protected]
accumContent(const XalanDOMChar *chars)FormatterToXML [protected]
accumContent(const XalanDOMChar chars[], XalanDOMString::size_type start, XalanDOMString::size_type length)FormatterToXML [protected]
accumContent(const XalanDOMString &str)FormatterToXML [protected]
accumDefaultEntity(XalanDOMChar ch, bool escLF)FormatterToHTML [virtual]
accumDefaultEscape(XalanDOMChar ch, XalanDOMString::size_type i, const XalanDOMChar chars[], XalanDOMString::size_type len, bool escLF)FormatterToXML [protected]
AccumDOMStringFunctionType typedefFormatterToXML [protected]
accumName(XalanDOMChar ch)FormatterToXML [protected]
accumName(const XalanDOMChar *chars)FormatterToXML [protected]
accumName(const XalanDOMChar chars[], XalanDOMString::size_type start, XalanDOMString::size_type length)FormatterToXML [protected]
accumName(const XalanDOMString &str)FormatterToXML [protected]
AccumStringFunctionType typedefFormatterToXML [protected]
BoolStackType typedefFormatterToXML
ByteBufferType typedefFormatterToXML
cdata(const XMLCh *const ch, const unsigned int length)FormatterToHTML [virtual]
FormatterListener::cdata(const XMLCh *const ch, const size_type length)=0FormatterListener [pure virtual]
characters(const XMLCh *const chars, const unsigned int length)FormatterToHTML [virtual]
FormatterListener::characters(const XMLCh *const chars, const size_type length)=0FormatterListener [pure virtual]
charactersRaw(const XMLCh *const chars, const unsigned int length)FormatterToXML [virtual]
FormatterListener::charactersRaw(const XMLCh *const chars, const size_type length)=0FormatterListener [pure virtual]
childNodesWereAdded()FormatterToXML [protected]
comment(const XMLCh *const data)FormatterToXML [virtual]
DOMCharBufferType typedefFormatterToXML
eDefaultIndentAmount enum valueFormatterToHTML
eDummy enum nameFormatterToXML
eDummyTwo enum nameFormatterToXML [protected]
eFormat enum nameFormatterListener
ElementPropertiesStackType typedefFormatterToHTML
endDocument()FormatterToHTML [virtual]
endElement(const XMLCh *const name)FormatterToHTML [virtual]
entityReference(const XMLCh *const name)FormatterToHTML [virtual]
flushBytes()FormatterToXML [protected]
flushChars()FormatterToXML [protected]
FlushFunctionType typedefFormatterToXML [protected]
flushWriter()FormatterToXML [protected]
FormatterListener(eFormat theFormat)FormatterListener
FormatterToHTML(Writer &writer, const XalanDOMString &encoding=XalanDOMString(), const XalanDOMString &mediaType=XalanDOMString(), const XalanDOMString &doctypeSystem=XalanDOMString(), const XalanDOMString &doctypePublic=XalanDOMString(), bool doIndent=true, int indent=eDefaultIndentAmount, bool escapeURLs=true, bool omitMetaTag=false)FormatterToHTML
FormatterToXML(Writer &writer, const XalanDOMString &version=XalanDOMString(), bool doIndent=false, int indent=eDefaultIndentAmount, const XalanDOMString &encoding=XalanDOMString(), const XalanDOMString &mediaType=XalanDOMString(), const XalanDOMString &doctypeSystem=XalanDOMString(), const XalanDOMString &doctypePublic=XalanDOMString(), bool xmlDecl=true, const XalanDOMString &standalone=XalanDOMString(), eFormat format=OUTPUT_METHOD_XML, bool fBufferData=true)FormatterToXML
getDoctypePublic() constFormatterToXML [virtual]
getDoctypeSystem() constFormatterToXML [virtual]
getDoIndent() constFormatterToXML
getEncoding() constFormatterToXML [virtual]
getEscapeCData() constFormatterToXML
getEscapeURLs() constFormatterToHTML
getIndent() constFormatterToXML [virtual]
getMediaType() constFormatterToXML [virtual]
getOutputFormat() constFormatterListener
getPrefixResolver() constFormatterListener
getShouldWriteXMLHeader() constFormatterToXML
getStandalone() constFormatterToXML
getStripCData() constFormatterToXML
getVersion() constFormatterToXML
getWriter() constFormatterToXML [virtual]
ignorableWhitespace(const XMLCh *const chars, const unsigned int length)FormatterToXML [virtual]
FormatterListener::ignorableWhitespace(const XMLCh *const chars, const size_type length)=0FormatterListener [pure virtual]
indent(int n)FormatterToXML [protected]
isUTF16Surrogate(XalanDOMChar ch)FormatterToXML [protected, static]
m_attrCharsMapFormatterToXML [protected]
m_charsMapFormatterToXML [protected]
m_currentIndentFormatterToXML [protected]
m_doctypePublicFormatterToXML [protected]
m_doctypeSystemFormatterToXML [protected]
m_doIndentFormatterToXML [protected]
m_encodingFormatterToXML [protected]
m_encodingIsUTFFormatterToXML [protected]
m_inCDataFormatterToXML [protected]
m_indentFormatterToXML [protected]
m_ispreserveFormatterToXML [protected]
m_isprevtextFormatterToXML [protected]
m_maxCharacterFormatterToXML [protected]
m_needToOutputDocTypeDeclFormatterToXML [protected]
m_nextIsRawFormatterToXML [protected]
m_prefixResolverFormatterListener [protected]
m_preservesFormatterToXML [protected]
m_shouldWriteXMLHeaderFormatterToXML [protected]
m_startNewLineFormatterToXML [protected]
m_streamFormatterToXML [protected]
m_stringBufferFormatterToXML [protected]
m_stripCDataFormatterToXML [protected]
m_writerFormatterToXML [protected]
openElementForChildren()FormatterToXML [protected]
OUTPUT_METHOD_DOM enum valueFormatterListener
OUTPUT_METHOD_HTML enum valueFormatterListener
OUTPUT_METHOD_NONE enum valueFormatterListener
OUTPUT_METHOD_OTHER enum valueFormatterListener
OUTPUT_METHOD_TEXT enum valueFormatterListener
OUTPUT_METHOD_XML enum valueFormatterListener
outputLineSep()FormatterToXML [protected]
ParentType typedefFormatterListener
processingInstruction(const XMLCh *const target, const XMLCh *const data)FormatterToHTML [virtual]
resetDocument()FormatterToXML [virtual]
s_piDataFormatterListener [static]
s_piDataLengthFormatterListener [static]
s_piTargetFormatterListener [static]
s_piTargetLengthFormatterListener [static]
setDocumentLocator(const LocatorType *const locator)FormatterToXML [virtual]
setDoIndent(bool value)FormatterToXML
setEscapeCData(bool b)FormatterToXML
setEscapeURLs(bool flag)FormatterToHTML
setIndent(int value)FormatterToXML
setPrefixResolver(const PrefixResolver *thePrefixResolver)FormatterListener
setShouldWriteXMLHeader(bool b)FormatterToXML
setStripCData(bool b)FormatterToXML
shouldIndent() constFormatterToXML [protected]
SPECIALSSIZE enum valueFormatterToXML [protected]
startDocument()FormatterToHTML [virtual]
startElement(const XMLCh *const name, AttributeListType &attrs)FormatterToHTML [virtual]
throwInvalidUTF16SurrogateException(XalanDOMChar ch)FormatterToXML [protected, static]
throwInvalidUTF16SurrogateException(XalanDOMChar ch, XalanDOMChar next)FormatterToXML [protected, static]
writeAttrString(const XalanDOMChar *theString, XalanDOMString::size_type theStringLength)FormatterToHTML [protected, virtual]
writeCharacters(const XalanDOMString &theString)FormatterToHTML [protected]
writeCharacters(const XalanDOMChar *theString, XalanDOMString::size_type theLength)FormatterToHTML [protected]
writeNormalizedChars(const XalanDOMChar ch[], XalanDOMString::size_type start, XalanDOMString::size_type length, bool isCData)FormatterToXML [protected, virtual]
writeNumberedEntityReference(unsigned long theNumber)FormatterToXML [protected]
writeParentTagEnd()FormatterToXML [protected]
~FormatterListener()FormatterListener [virtual]
~FormatterToHTML()FormatterToHTML [virtual]
~FormatterToXML()FormatterToXML [virtual]

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.