BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xalan.serialize.Serializer

Packages that use Serializer
weblogic.apache.xalan.serialize   
weblogic.apache.xalan.transformer   
 

Uses of Serializer in weblogic.apache.xalan.serialize
 

Classes in weblogic.apache.xalan.serialize that implement Serializer
 class SerializerToHTML
           SerializerToHTML formats SAX-style events into XML.
 class SerializerToText
           This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces simple text only.
 class SerializerToXML
           SerializerToXML formats SAX-style events into XML.
 

Methods in weblogic.apache.xalan.serialize that return Serializer
static Serializer SerializerFactory.getSerializer(java.util.Properties format)
          Returns a serializer for the specified output method.
 

Uses of Serializer in weblogic.apache.xalan.transformer
 

Methods in weblogic.apache.xalan.transformer that return Serializer
static Serializer SerializerSwitcher.switchSerializerIfHTML(java.lang.String ns, java.lang.String localName, java.util.Properties props, Serializer oldSerializer)
          Switch to HTML serializer if element is HTML
 Serializer TransformerImpl.getSerializer()
           Get the current serializer in use, which may well not be the main serializer (for instance, this may well be a text serializer for string creation from templates).
 

Methods in weblogic.apache.xalan.transformer with parameters of type Serializer
static Serializer SerializerSwitcher.switchSerializerIfHTML(java.lang.String ns, java.lang.String localName, java.util.Properties props, Serializer oldSerializer)
          Switch to HTML serializer if element is HTML
 void TransformerImpl.setSerializer(Serializer s)
           Set the current serializer.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.