|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.xml.XercesSerializer
public class XercesSerializer
Xerces-specific implementation of the Serializer interface.
| Constructor Summary | |
|---|---|
XercesSerializer()
Creates an instance of this class. |
|
| Method Summary | |
|---|---|
DocumentHandler |
asDocumentHandler()
Returns the DocumentHandler to use for serialization. |
void |
setOutputByteStream(OutputStream output)
Sets the OutputStream to use. |
void |
setOutputCharStream(Writer out)
Sets the OutputCharStream to use. |
void |
setOutputFormat(OutputFormat format)
Sets the OutputFormat to use during serialization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XercesSerializer()
| Method Detail |
|---|
public void setOutputCharStream(Writer out)
Serializer
setOutputCharStream in interface Serializerout - the OutputCharStream to use.{@inheritDoc}
public DocumentHandler asDocumentHandler()
throws IOException
SerializerDocumentHandler to use for serialization.
asDocumentHandler in interface SerializerIOException{@inheritDoc}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)
{@inheritDoc}public void setOutputByteStream(OutputStream output)
SerializerOutputStream to use.
setOutputByteStream in interface Serializeroutput - the OutputStream to use{@inheritDoc}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||