Uses of Package
org.apache.serialize

Packages that use org.apache.serialize
org.apache.serialize Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. 
org.apache.serialize.helpers Output format for HTML, XML, XHTML, and text documents. 
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
org.apache.xalan.templates Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.utils Implementation of Xalan utility classes. 
org.apache.xml.serialize.transition Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. 
 

Classes in org.apache.serialize used by org.apache.serialize
DOMSerializer
          Interface for a DOM serializer implementation.
OutputFormat
          The output format affects the manner in which a document is serialized.
QName
          A qualified name.
Serializer
          A serializer is used for serializing a document with a given output method.
 

Classes in org.apache.serialize used by org.apache.serialize.helpers
OutputFormat
          The output format affects the manner in which a document is serialized.
 

Classes in org.apache.serialize used by org.apache.trax
OutputFormat
          The output format affects the manner in which a document is serialized.
 

Classes in org.apache.serialize used by org.apache.xalan.templates
OutputFormat
          The output format affects the manner in which a document is serialized.
QName
          A qualified name.
 

Classes in org.apache.serialize used by org.apache.xalan.transformer
OutputFormat
          The output format affects the manner in which a document is serialized.
Serializer
          A serializer is used for serializing a document with a given output method.
SerializerHandler
          Interface that supplements DocumentHandler and ContentHandler with additional methods suitable for serialization.
 

Classes in org.apache.serialize used by org.apache.xalan.utils
QName
          A qualified name.
 

Classes in org.apache.serialize used by org.apache.xml.serialize.transition
DOMSerializer
          Interface for a DOM serializer implementation.
OutputFormat
          The output format affects the manner in which a document is serialized.
Serializer
          A serializer is used for serializing a document with a given output method.
SerializerHandler
          Interface that supplements DocumentHandler and ContentHandler with additional methods suitable for serialization.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.