Uses of Package
org.apache.xml.serializer

Packages that use org.apache.xml.serializer
org.apache.xml.dtm.ref.sax2dtm   
org.apache.xml.serializer Processes SAX events into streams. 
org.apache.xml.serializer.dom3   
 

Classes in org.apache.xml.serializer used by org.apache.xml.dtm.ref.sax2dtm
SerializationHandler
          This interface is the one that a serializer implements.
 

Classes in org.apache.xml.serializer used by org.apache.xml.serializer
AttributesImplSerializer
          This class extends org.xml.sax.helpers.AttributesImpl which implements org.
CharInfo
          This class provides services that tell if a character should have special treatement, such as entity reference substitution or normalization of a newline character.
CharInfo.CharKey
          Simple class for fast lookup of char values, when used with hashtables.
DOMSerializer
          Interface for a DOM serializer implementation.
ElemContext
          This class is a stack frame that consists of information about the element currently being processed by a serializer.
ElemDesc
          This class has a series of flags (bit values) that describe an HTML element
EncodingInfo
          Holds information about a given encoding, which is the Java name for the encoding, the equivalent ISO name.
EncodingInfo.InEncoding
          A simple interface to isolate the implementation.
ExtendedContentHandler
          This interface describes extensions to the SAX ContentHandler interface.
ExtendedLexicalHandler
          This interface has extensions to the standard SAX LexicalHandler interface.
NamespaceMappings
          This class keeps track of the currently defined namespaces.
NamespaceMappings.MappingRecord
          Just a little class that ties the 3 fields together into one object, and this simplifies the pushing and popping of namespaces to one push or one pop on one stack rather than on 3 separate stacks.
NamespaceMappings.Stack
          Rather than using java.util.Stack, this private class provides a minimal subset of methods and is faster because it is not thread-safe.
ObjectFactory.ConfigurationError
          A configuration error.
SerializationHandler
          This interface is the one that a serializer implements.
Serializer
          The Serializer interface is implemented by a serializer to enable users to: get and set streams or writers configure the serializer with key/value properties get an org.xml.sax.ContentHandler or a DOMSerializer to provide input to
SerializerBase
          This class acts as a base class for the XML "serializers" and the stream serializers.
SerializerConstants
          Constants used in serialization, such as the string "xmlns"
SerializerTrace
          This interface defines a set of integer constants that identify trace event types.
ToHTMLStream.Trie
           
ToHTMLStream.Trie.Node
          The node representation for the trie.
ToSAXHandler
          This class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.
ToStream
          This abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.
ToStream.BoolStack
          Simple stack for boolean values.
ToXMLStream
          This class converts SAX or SAX-like calls to a serialized xml document.
TransformStateSetter
          This interface is meant to be used by a base interface to TransformState, but which as only the setters which have non Xalan specific types in their signature, so that there are no dependancies of the serializer on Xalan.
WriterChain
          It is unfortunate that java.io.Writer is a class rather than an interface.
XSLOutputAttributes
          This interface has methods associated with the XSLT xsl:output attribues specified in the stylesheet that effect the format of the document output.
 

Classes in org.apache.xml.serializer used by org.apache.xml.serializer.dom3
DOM3Serializer
          This interface is not intended to be used by an end user, but rather by an XML parser that is implementing the DOM Level 3 Load and Save APIs.
SerializationHandler
          This interface is the one that a serializer implements.
Serializer
          The Serializer interface is implemented by a serializer to enable users to: get and set streams or writers configure the serializer with key/value properties get an org.xml.sax.ContentHandler or a DOMSerializer to provide input to