public class XercesXMLSerializerFactory extends Object implements XMLSerializerFactory
XMLSerializerFactory interface. Returns
Xerces-specific instances of the Serializer and OutputFormat interfaces.| Constructor and Description |
|---|
XercesXMLSerializerFactory() |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
getOutputFormat()
Factory method for obtaining a OutputFormat instance.
|
Serializer |
getSerializer()
Factory method for obtaining a Serializer instance.
|
public Serializer getSerializer()
XMLSerializerFactorygetSerializer in interface XMLSerializerFactory{@inheritDoc}public OutputFormat getOutputFormat()
XMLSerializerFactorygetOutputFormat in interface XMLSerializerFactory{@inheritDoc}Copyright © 2016. All rights reserved.