|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializer | |
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.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xml.serialize.transition | Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. |
Uses of Serializer in org.apache.serialize |
Methods in org.apache.serialize that return Serializer | |
static Serializer |
SerializerFactory.getSerializer(java.lang.String method)
Returns a serializer for the specified output method. |
static Serializer |
SerializerFactory.getSerializer(OutputFormat format)
Returns a serializer for the specified output method. |
Uses of Serializer in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that return Serializer | |
Serializer |
TransformerImpl.getSerializer()
**For advanced use only** |
Methods in org.apache.xalan.transformer with parameters of type Serializer | |
void |
TransformerImpl.setSerializer(Serializer s)
**For advanced use only** |
Uses of Serializer in org.apache.xml.serialize.transition |
Classes in org.apache.xml.serialize.transition that implement Serializer | |
class |
BaseMarkupSerializer
Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. |
class |
HTMLSerializer
Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing. |
class |
TextSerializer
Implements a text serializer supporting both DOM and SAX serializing. |
class |
XHTMLSerializer
Implements an XHTML serializer supporting both DOM and SAX pretty serializing. |
class |
XMLSerializer
Implements an XML serializer supporting both DOM and SAX pretty serializing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |