Uses of Package
org.apache.xml.serializer

Packages that use org.apache.xml.serializer
org.apache.xalan.serialize   
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc   
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.runtime   
org.apache.xalan.xsltc.runtime.output   
org.apache.xalan.xsltc.trax   
org.apache.xml.serializer Processes SAX events into streams. 
 

Classes in org.apache.xml.serializer used by org.apache.xalan.serialize
DOMSerializer
          Interface for a DOM serializer implementation.
SerializationHandler
          This interface is the one that a serializer implements.
 

Classes in org.apache.xml.serializer used by org.apache.xalan.transformer
SerializationHandler
          This interface is the one that a serializer implements.
Serializer
          The Serializer interface is implemented by Serializers to publish methods to get and set streams and writers, to set the output properties, and get the Serializer as a ContentHandler or DOMSerializer.
SerializerTrace
          This interface defines a set of integer constants that identify trace event types.
ToXMLSAXHandler
          This class receives notification of SAX-like events, and with gathered information over these calls it will invoke the equivalent SAX methods on a handler, the ultimate output is known to be XML.
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.
 

Classes in org.apache.xml.serializer used by org.apache.xalan.xsltc
SerializationHandler
          This interface is the one that a serializer implements.
 

Classes in org.apache.xml.serializer used by org.apache.xalan.xsltc.dom
DOMSerializer
          Interface for a DOM serializer implementation.
EmptySerializer
          This class is an adapter class.
ExtendedContentHandler
          This interface describes extensions to the SAX ContentHandler interface.
ExtendedLexicalHandler
          This interface has extensions to the standard SAX LexicalHandler interface.
SerializationHandler
          This interface is the one that a serializer implements.
Serializer
          The Serializer interface is implemented by Serializers to publish methods to get and set streams and writers, to set the output properties, and get the Serializer as a ContentHandler or DOMSerializer.
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.xalan.xsltc.runtime
DOMSerializer
          Interface for a DOM serializer implementation.
EmptySerializer
          This class is an adapter class.
ExtendedContentHandler
          This interface describes extensions to the SAX ContentHandler interface.
ExtendedLexicalHandler
          This interface has extensions to the standard SAX LexicalHandler interface.
SerializationHandler
          This interface is the one that a serializer implements.
Serializer
          The Serializer interface is implemented by Serializers to publish methods to get and set streams and writers, to set the output properties, and get the Serializer as a ContentHandler or DOMSerializer.
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.xalan.xsltc.runtime.output
SerializationHandler
          This interface is the one that a serializer implements.
 

Classes in org.apache.xml.serializer used by org.apache.xalan.xsltc.trax
SerializationHandler
          This interface is the one that a serializer implements.
 

Classes in org.apache.xml.serializer used by org.apache.xml.serializer
DOMSerializer
          Interface for a DOM serializer implementation.
ElemDesc
          This class has a series of flags (bit values) that describe an HTML element
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.
SerializationHandler
          This interface is the one that a serializer implements.
Serializer
          The Serializer interface is implemented by Serializers to publish methods to get and set streams and writers, to set the output properties, and get the Serializer as a ContentHandler or DOMSerializer.
SerializerBase
          This class acts as a base class for the XML "serializers" and the stream serializers.
SerializerConstants
           
SerializerTrace
          This interface defines a set of integer constants that identify trace event types.
ToSAXHandler
           
ToStream
          This abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.
ToXMLStream
           
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.
XSLOutputAttributes
          This interface has methods associated with the XSLT xsl:output attribues specified in the stylesheet that effect the format of the document output.
 



Copyright © 2004 Apache XML Project. All Rights Reserved.