org.apache.xalan.transformer
Class  SerializerSwitcher
java.lang.Object
  |
  +--org.apache.xalan.transformer.SerializerSwitcher
- public class SerializerSwitcher
- extends java.lang.Object
  
This is a helper class that decides if Xalan needs to switch
 serializers, based on the first output element.
 
 
| Methods inherited from class java.lang.Object | 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
SerializerSwitcher
public SerializerSwitcher()
switchSerializerIfHTML
public static void switchSerializerIfHTML(TransformerImpl transformer,
                                          java.lang.String ns,
                                          java.lang.String localName)
                                   throws TransformerException
- Switch to HTML serializer if element is HTML
- Parameters:
 transformer - Non-null transformer instancens - Namespace URI of the elementlocalName - Local part of name of element- Throws:
 - TransformerException -  
 
 
 
switchSerializerIfHTML
public static Serializer switchSerializerIfHTML(java.lang.String ns,
                                                java.lang.String localName,
                                                java.util.Properties props,
                                                Serializer oldSerializer)
                                         throws TransformerException
- Switch to HTML serializer if element is HTML
- Parameters:
 ns - Namespace URI of the elementlocalName - Local part of name of element- Returns:
 - new contentHandler.
 - Throws:
 - TransformerException -  
 
 
 
Copyright © 2000 Apache XML Project. All Rights Reserved.