SerializerAIXXercesJDK5Serializer, XercesJDK5Serializerpublic abstract class BaseXercesJDK5Serializer extends java.lang.Object implements Serializer
| Constructor | Description | 
|---|---|
BaseXercesJDK5Serializer() | 
 Creates an instance of this class. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
org.xml.sax.DocumentHandler | 
asDocumentHandler() | 
 Returns the  
DocumentHandler to use for serialization. | 
protected abstract java.lang.String | 
getPackageName() | 
|
void | 
setOutputByteStream(java.io.OutputStream output) | 
 Sets the  
OutputStream to use. | 
void | 
setOutputCharStream(java.io.Writer out) | 
 Sets the OutputCharStream to use. 
 | 
void | 
setOutputFormat(OutputFormat format) | 
 Sets the  
OutputFormat to use during serialization. | 
public BaseXercesJDK5Serializer()
protected abstract java.lang.String getPackageName()
public void setOutputCharStream(java.io.Writer out)
SerializersetOutputCharStream in interface Serializerout - the OutputCharStream to use.Serializer.setOutputCharStream(java.io.Writer)public org.xml.sax.DocumentHandler asDocumentHandler()
                                              throws java.io.IOException
SerializerDocumentHandler to use for serialization.asDocumentHandler in interface Serializerjava.io.IOExceptionSerializer.asDocumentHandler()public void setOutputFormat(OutputFormat format)
SerializerOutputFormat to use during serialization.setOutputFormat in interface Serializerformat - The output format to use.#setOutputFormat(org.exolab.castor.xml.OutputFormat) public void setOutputByteStream(java.io.OutputStream output)
SerializerOutputStream to use.setOutputByteStream in interface Serializeroutput - the OutputStream to useSerializer.setOutputByteStream(java.io.OutputStream)Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com