This is the complete list of members for FormatterToHTML, including all inherited members.
AccumArrayFunctionType typedef | FormatterToXML | protected |
AccumCharFunctionType typedef | FormatterToXML | protected |
accumCommentData(const XalanDOMChar *data) | FormatterToHTML | protectedvirtual |
accumContent(XalanDOMChar ch) | FormatterToXML | inlineprotected |
accumContent(const XalanDOMChar *chars) | FormatterToXML | inlineprotected |
accumContent(const XalanDOMChar chars[], size_type start, size_type length) | FormatterToXML | inlineprotected |
accumContent(const XalanDOMString &str) | FormatterToXML | inlineprotected |
accumDefaultEntity(XalanDOMChar ch, bool escLF) | FormatterToHTML | virtual |
accumDefaultEscape(XalanDOMChar ch, size_type i, const XalanDOMChar chars[], size_type len, bool escLF) | FormatterToXML | protected |
AccumDOMStringFunctionType typedef | FormatterToXML | protected |
accumName(XalanDOMChar ch) | FormatterToXML | inlineprotected |
accumName(const XalanDOMChar *chars) | FormatterToXML | inlineprotected |
accumName(const XalanDOMChar chars[], size_type start, size_type length) | FormatterToXML | inlineprotected |
accumName(const XalanDOMString &str) | FormatterToXML | inlineprotected |
AccumStringFunctionType typedef | FormatterToXML | protected |
BoolStackType typedef | FormatterToXML | |
ByteBufferType typedef | FormatterToXML | |
cdata(const XMLCh *const ch, const size_type length) | FormatterToHTML | virtual |
characters(const XMLCh *const chars, const size_type length) | FormatterToHTML | virtual |
charactersRaw(const XMLCh *const chars, const size_type length) | FormatterToXML | virtual |
childNodesWereAdded() | FormatterToXML | protected |
comment(const XMLCh *const data) | FormatterToXML | virtual |
create(MemoryManager &theManager, Writer &writer, const XalanDOMString &encoding, const XalanDOMString &mediaType, const XalanDOMString &doctypeSystem, const XalanDOMString &doctypePublic, bool doIndent, int indent, bool escapeURLs, bool omitMetaTag) | FormatterToHTML | static |
FormatterToXML::create(MemoryManager &theManager, Writer &writer, const XalanDOMString &version=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), bool doIndent=false, int indent=eDefaultIndentAmount, const XalanDOMString &encoding=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &mediaType=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &doctypeSystem=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &doctypePublic=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), bool xmlDecl=true, const XalanDOMString &standalone=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), eFormat format=OUTPUT_METHOD_XML, bool fBufferData=true) | FormatterToXML | static |
DOMCharBufferType typedef | FormatterToXML | |
eDefaultIndentAmount enum value | FormatterToHTML | |
eDummy enum name | FormatterToXML | |
eDummyTwo enum name | FormatterToXML | protected |
eFormat enum name | FormatterListener | |
ElementPropertiesStackType typedef | FormatterToHTML | |
endDocument() | FormatterToHTML | virtual |
endElement(const XMLCh *const name) | FormatterToHTML | virtual |
entityReference(const XMLCh *const name) | FormatterToHTML | virtual |
eXMLVersion enum name | FormatterListener | |
flushBytes() | FormatterToXML | protected |
flushChars() | FormatterToXML | protected |
FlushFunctionType typedef | FormatterToXML | protected |
flushWriter() | FormatterToXML | protected |
FormatterListener(eFormat theFormat) | FormatterListener | |
FormatterToHTML(Writer &writer, const XalanDOMString &encoding=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &mediaType=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &doctypeSystem=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &doctypePublic=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), bool doIndent=true, int indent=eDefaultIndentAmount, bool escapeURLs=true, bool omitMetaTag=false, MemoryManager &theManager XALAN_DEFAULT_MEMMGR) | FormatterToHTML | |
FormatterToXML(Writer &writer, const XalanDOMString &version=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), bool doIndent=false, int indent=eDefaultIndentAmount, const XalanDOMString &encoding=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &mediaType=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &doctypeSystem=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), const XalanDOMString &doctypePublic=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), bool xmlDecl=true, const XalanDOMString &standalone=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), eFormat format=OUTPUT_METHOD_XML, bool fBufferData=true, MemoryManager &theManager XALAN_DEFAULT_MEMMGR) | FormatterToXML | |
getDoctypePublic() const | FormatterToXML | virtual |
getDoctypeSystem() const | FormatterToXML | virtual |
getDoIndent() const | FormatterToXML | inline |
getEncoding() const | FormatterToXML | virtual |
getEscapeCData() const | FormatterToXML | inline |
getEscapeURLs() const | FormatterToHTML | inline |
getIndent() const | FormatterToXML | virtual |
getMediaType() const | FormatterToXML | virtual |
getMemoryManager() | FormatterToXML | inline |
getOutputFormat() const | FormatterListener | inline |
getPrefixResolver() const | FormatterListener | inline |
getShouldWriteXMLHeader() const | FormatterToXML | inline |
getStandalone() const | FormatterToXML | inline |
getStripCData() const | FormatterToXML | inline |
getVersion() const | FormatterToXML | inline |
getWriter() const | FormatterToXML | virtual |
getXMLVersion() const | FormatterListener | inline |
ignorableWhitespace(const XMLCh *const chars, const size_type length) | FormatterToXML | virtual |
indent(int n) | FormatterToXML | protected |
isUTF16Surrogate(XalanDOMChar ch) | FormatterToXML | inlineprotectedstatic |
isXML1_1Version() const | FormatterListener | inline |
m_attrCharsMap | FormatterToXML | protected |
m_charsMap | FormatterToXML | protected |
m_currentIndent | FormatterToXML | protected |
m_doctypePublic | FormatterToXML | protected |
m_doctypeSystem | FormatterToXML | protected |
m_doIndent | FormatterToXML | protected |
m_encoding | FormatterToXML | protected |
m_encodingIsUTF | FormatterToXML | protected |
m_inCData | FormatterToXML | protected |
m_indent | FormatterToXML | protected |
m_ispreserve | FormatterToXML | protected |
m_isprevtext | FormatterToXML | protected |
m_maxCharacter | FormatterToXML | protected |
m_needToOutputDocTypeDecl | FormatterToXML | protected |
m_nextIsRaw | FormatterToXML | protected |
m_prefixResolver | FormatterListener | protected |
m_preserves | FormatterToXML | protected |
m_shouldWriteXMLHeader | FormatterToXML | protected |
m_startNewLine | FormatterToXML | protected |
m_stream | FormatterToXML | protected |
m_stringBuffer | FormatterToXML | protected |
m_stripCData | FormatterToXML | protected |
m_writer | FormatterToXML | protected |
openElementForChildren() | FormatterToXML | protected |
OUTPUT_METHOD_DOM enum value | FormatterListener | |
OUTPUT_METHOD_HTML enum value | FormatterListener | |
OUTPUT_METHOD_NONE enum value | FormatterListener | |
OUTPUT_METHOD_OTHER enum value | FormatterListener | |
OUTPUT_METHOD_TEXT enum value | FormatterListener | |
OUTPUT_METHOD_XML enum value | FormatterListener | |
outputLineSep() | FormatterToXML | protected |
ParentType typedef | FormatterListener | |
processingInstruction(const XMLCh *const target, const XMLCh *const data) | FormatterToHTML | virtual |
resetDocument() | FormatterToXML | virtual |
s_piData | FormatterListener | static |
s_piDataLength | FormatterListener | static |
s_piTarget | FormatterListener | static |
s_piTargetLength | FormatterListener | static |
setDocumentLocator(const Locator *const locator) | FormatterToXML | virtual |
setDoIndent(bool value) | FormatterToXML | inline |
setEscapeCData(bool b) | FormatterToXML | inline |
setEscapeURLs(bool flag) | FormatterToHTML | inline |
setIndent(int value) | FormatterToXML | inline |
setPrefixResolver(const PrefixResolver *thePrefixResolver) | FormatterListener | inline |
setShouldWriteXMLHeader(bool b) | FormatterToXML | inline |
setStripCData(bool b) | FormatterToXML | inline |
setXMLVersion(eXMLVersion theVersion) | FormatterListener | inlineprotected |
shouldIndent() const | FormatterToXML | inlineprotected |
size_type typedef | FormatterListener | |
SPECIALSSIZE enum value | FormatterToXML | protected |
startDocument() | FormatterToHTML | virtual |
startElement(const XMLCh *const name, AttributeListType &attrs) | FormatterToHTML | virtual |
FormatterListener::startElement(const XMLCh *const name, AttributeList &attrs)=0 | FormatterListener | pure virtual |
throwInvalidCharacterException(XalanUnicodeChar ch, MemoryManager &theManager) | FormatterToXML | protectedstatic |
throwInvalidUTF16SurrogateException(XalanDOMChar ch, MemoryManager &theManager) | FormatterToXML | protectedstatic |
throwInvalidUTF16SurrogateException(XalanDOMChar ch, XalanDOMChar next, MemoryManager &theManager) | FormatterToXML | protectedstatic |
writeAttrString(const XalanDOMChar *theString, size_type theStringLength) | FormatterToHTML | protectedvirtual |
writeCharacters(const XalanDOMString &theString) | FormatterToHTML | protected |
writeCharacters(const XalanDOMChar *theString, size_type theLength) | FormatterToHTML | protected |
writeNormalizedChars(const XalanDOMChar ch[], size_type start, size_type length, bool isCData) | FormatterToXML | protectedvirtual |
writeNumberedEntityReference(XalanUnicodeChar theNumber) | FormatterToXML | protected |
writeParentTagEnd() | FormatterToXML | protected |
XML_VERSION_1_0 enum value | FormatterListener | |
XML_VERSION_1_1 enum value | FormatterListener | |
~FormatterListener() | FormatterListener | virtual |
~FormatterToHTML() | FormatterToHTML | virtual |
~FormatterToXML() | FormatterToXML | virtual |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|