Uses of Class
org.apache.xml.serializer.ToStream

Packages that use ToStream
org.apache.xml.serializer Processes SAX events into streams. The SerializerFactory is used to create a Serializer from a set of output properties (see OutputKeys). ToStream acts as the main baseclass for the Xalan serializer implementations. 
 

Uses of ToStream in org.apache.xml.serializer
 

Subclasses of ToStream in org.apache.xml.serializer
 class ToHTMLStream
          This serializer takes a series of SAX or SAX-like events and writes its output to the given stream.
 class ToTextStream
          This class is not a public API.
 class ToXMLStream
          This class converts SAX or SAX-like calls to a serialized xml document.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.