|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializer | |
---|---|
weblogic.apache.xml.serialize | Deprecated 9.2.0.0. Provides interfaces and classes for weblogic.apache.xml.serialize . |
Uses of Serializer in weblogic.apache.xml.serialize |
---|
Classes in weblogic.apache.xml.serialize that implement Serializer | |
---|---|
class |
BaseMarkupSerializer
Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.BaseMarkupSerializer. |
class |
HTMLSerializer
Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.HTMLSerializer. |
class |
TextSerializer
Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.TextSerializer. |
class |
XHTMLSerializer
Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.XHTMLSerializer. |
class |
XMLSerializer
Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.XMLSerializer. |
Methods in weblogic.apache.xml.serialize that return Serializer | |
---|---|
abstract Serializer |
SerializerFactory.makeSerializer(OutputFormat format)
Deprecated. Create a new serializer based on the OutputFormat . |
abstract Serializer |
SerializerFactory.makeSerializer(OutputStream output,
OutputFormat format)
Deprecated. 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)
Deprecated. Create a new serializer, based on the OutputFormat and
using the writer as the output character stream. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |