| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Serializer | |
| org.apache.xalan.serialize | Processes SAX events into streams. | 
| org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. | 
| Uses of Serializer in org.apache.xalan.serialize | 
| Classes in org.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 org.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 org.apache.xalan.transformer | 
| Methods in org.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()
**For internal use only** 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 org.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)
**For internal use only** Set the current serializer.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||