See: Description
| Class | Description | 
|---|---|
| Base64BinaryEmitter | 
 This emitter implements output method saxon:base64Binary. 
 | 
| BinaryEmitter | 
 This is an abstract superclass for the two binary output methods saxon:base64Binary and saxon:hexBinary. 
 | 
| DecimalCharacterReferenceGenerator | 
 A class that represents a character as a decimal character reference and writes
 the result to a supplied Writer. 
 | 
| HexBinaryEmitter | 
 This emitter implements output method saxon:hexBinary. 
 | 
| HTMLEntityReferenceGenerator | 
 A class that represents a character as a decimal character reference and writes
 the result to a supplied Writer. 
 | 
| HTMLIndenterPE | 
 HTMLIndenter with extra functionality used by Saxon-PE and Saxon-EE 
 | 
| SequenceWrapperPE | 
 This class can be used in a push pipeline: it accepts any sequence as input, and generates
 a document in which the items of the sequence are wrapped by elements containing information about
 the types of the items in the input sequence. 
 | 
| SerializationParamsHandler | 
 This class handles a set of serialization parameters provided in the form of an XDM instance
 as specified in the Serialization 3.0 definition, section 3.1 
 | 
| SerializerFactoryPE | 
 Saxon-PE extensions to the serializer factory 
 | 
| XHTML5Emitter | 
 XHTML5Emitter is an Emitter that generates XHTML 5 output. 
 | 
| XHTMLPrefixRemover | 
 Filter to change elements in the XHTML, SVG, or MathML namespaces so they have no prefix (that is,
 to make these the default namespace). 
 | 
| XMLIndenterPE | 
 XMLIndenter with extra functionality for Saxon-PE and Saxon-EE 
 | 
| XQueryEmitter | 
 The XQueryEmitter is designed to serialize an XQuery that was originally embedded in an
 XML document. 
 | 
This package contains additions to the serializer that are specific to Saxon-PE and Saxon-EE.
The bulk of the serialization code is in package net.sf.saxon.serialize. The classes
    in this package supplement this by adding Saxon-specific extensions, specifically binary
    serialization methods and a serialization method to generate XQuery syntax.
The class SerializerFactoryPE subclasses the standard
    serializer factory by extending it with Saxon-PE and Saxon-EE specific functionality.
    This class is used as the standard serializer factory when Saxon-PE or Saxon-EE are in use.
Michael H. Kay
  Saxonica Limited
  30 July 2010
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.