Package com.icl.saxon.output


package com.icl.saxon.output
  • Classes
    Class
    Description
    CDATAFilter: This ProxyEmitter converts character data to CDATA sections, if the character data belongs to one of a set of element types to be handled this way.
    A ContentHandlerProxy is an Emitter that filters data before passing it to an underlying SAX2 ContentHandler.
    A DocumentHandlerProxy is an Emitter that filters data before passing it to an underlying SAX DocumentHandler.
    DOMEmitter is an Emitter that attaches the result tree to a specified Node in a DOM Document
    DTDEmitter is an Emitter that generates output in DTD format from special elements such as dtd:doctype and dtd:element.
    Emitter: This interface defines methods that must be implemented by components that format SAXON output.
    ErrorEmitter is an Emitter that generates an error message if any attempt is made to produce output.
    This class allows output to be generated.
    This class generates HTML output
    HTMLIndenter: This ProxyEmitter indents HTML elements, by adding whitespace character data where appropriate.
    MessageEmitter is the default Emitter for xsl:message output.
    NamespaceEmitter is a ProxyEmitter responsible for removing duplicate namespace declarations.
    This class allows output to be generated.
    A ProxyEmitter is an Emitter that filters data before passing it to another underlying Emitter.
    Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.
    This class outputs text content to a StringBuffer, and discards all other content.
    This class allows output to be generated.
    This class generates TEXT output
    TextFragment is used when we want to send output to a StringWriter and retrieve it later.
    This class generates XML or HTML output depending on whether the first tag output is ""
    XHTMLEmitter is an Emitter that generates XHTML output.
    XMLEmitter is an Emitter that generates XML output to a specified destination.
    XMLIndenter: This ProxyEmitter indents elements, by adding character data where appropriate.