Class EmptySerializer

java.lang.Object
org.apache.xml.serializer.EmptySerializer
All Implemented Interfaces:
DOMSerializer, ExtendedContentHandler, ExtendedLexicalHandler, SerializationHandler, Serializer, ContentHandler, DTDHandler, ErrorHandler, DeclHandler, LexicalHandler
Direct Known Subclasses:
SimpleResultTreeImpl, StringValueHandler

public class EmptySerializer extends Object implements SerializationHandler
This class is an adapter class. Its only purpose is to be extended and for that extended class to over-ride all methods that are to be used. This class is not a public API, it is only public because it is used across package boundaries.