public interface XMLSerializerFactory
XMLSerializerFactory will use the Xerces instance as shipped with the JRE.
To use another XMLSerializerFactory, please override this property in a custom
castor.properties.
When using Castor XML with JDK 5.0 and above, you may switch to the
XercesXMLSerializerFactory, which will use a separately downloaded Xerces instance, and
not the one shipped with the JRE itself.| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
getOutputFormat()
Factory method for obtaining a OutputFormat instance.
|
Serializer |
getSerializer()
Factory method for obtaining a Serializer instance.
|
Serializer getSerializer()
OutputFormat getOutputFormat()
Copyright © 2016. All rights reserved.