|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Serializer | |
|---|---|
| org.jasig.portal.serialize | |
| Uses of Serializer in org.jasig.portal.serialize |
|---|
| Subinterfaces of Serializer in org.jasig.portal.serialize | |
|---|---|
interface |
CachingSerializer
CachingSerializer interface allows low-level character interaction with a serializer. |
interface |
MarkupSerializer
|
| Classes in org.jasig.portal.serialize that implement Serializer | |
|---|---|
class |
BaseMarkupSerializer
Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. |
class |
CachingHTMLSerializer
Caching version of the HTML serializer |
class |
CachingXHTMLSerializer
Caching version of the XHTML serializer |
class |
DebugCachingSerializer
|
class |
HTMLSerializer
Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information. |
class |
TextSerializer
Implements a text serializer supporting both DOM and SAX serializing. |
class |
XHTMLSerializer
Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information. |
class |
XMLSerializer
Implements an XML serializer supporting both DOM and SAX pretty serializing. |
| Methods in org.jasig.portal.serialize that return Serializer | |
|---|---|
abstract Serializer |
SerializerFactory.makeSerializer(OutputFormat format)
Create a new serializer based on the OutputFormat. |
abstract Serializer |
SerializerFactory.makeSerializer(OutputStream output,
OutputFormat format)
Create a new serializer, based on the OutputFormat and
using the output byte stream and the encoding specified in the
output format. |
abstract Serializer |
SerializerFactory.makeSerializer(Writer writer,
OutputFormat format)
Create a new serializer, based on the OutputFormat and
using the writer as the output character stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||