|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DOMSerializer | Interface for a DOM serializer implementation. |
| 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 |
| SerializerTrace | This interface defines a set of integer constants that identify trace event types. |
| 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. |
| Class Summary | |
|---|---|
| AttributesImplSerializer | This class extends org.xml.sax.helpers.AttributesImpl which implements org. |
| ElemDesc | This class has a series of flags (bit values) that describe an HTML element This class is public because XSLTC uses it, it is not a public API. |
| EmptySerializer | This class is an adapter class. |
| EncodingInfo | Holds information about a given encoding, which is the Java name for the encoding, the equivalent ISO name. |
| Encodings | Provides information about encodings. |
| Method | This class defines the constants which are the names of the four default output methods. |
| NamespaceMappings | This class keeps track of the currently defined namespaces. |
| OutputPropertiesFactory | This class is a factory to generate a set of default properties
of key/value pairs that are used to create a serializer through the
factory SerilizerFactory. |
| OutputPropertyUtils | This class contains some static methods that act as helpers when parsing a Java Property object. |
| SerializerBase | This class acts as a base class for the XML "serializers" and the stream serializers. |
| SerializerFactory | This class is a public API, it is a factory for creating serializers. |
| ToHTMLSAXHandler | This class accepts SAX-like calls, then sends true SAX calls to a wrapped SAX handler. |
| ToHTMLStream | This serializer takes a series of SAX or SAX-like events and writes its output to the given stream. |
| 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. |
| ToTextSAXHandler | This class converts SAX-like event to SAX events for xsl:output method "text". |
| ToTextStream | This class is not a public API. |
| ToUnknownStream | This class wraps another SerializationHandler. |
| ToXHTMLStream | This serializer takes a series of SAX or SAX-like events and writes its output to the given stream. |
| 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 xsl:output method is known to be "xml". |
| ToXMLStream | This class converts SAX or SAX-like calls to a serialized xml document. |
| TreeWalker | This class does a pre-order walk of the DOM tree, calling a ContentHandler interface as it goes. |
| Version | Administrative class to keep track of the version number of the Serializer release. |
Implementation of XML serializer
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||