public class PropertiesXMLWriterFactory extends Object implements PropertiesWriterFactory
PropertiesWriterFactory
for text writers.Constructor and Description |
---|
PropertiesXMLWriterFactory() |
Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
getRDFFormat()
Returns
PropertiesFormat.XML . |
PropertiesWriter |
getWriter(OutputStream out)
Returns a new instance of
PropertiesXMLWriter . |
PropertiesWriter |
getWriter(Writer writer)
Returns a new instance of
PropertiesXMLWriter . |
public PropertiesFormat getRDFFormat()
PropertiesFormat.XML
.getRDFFormat
in interface PropertiesWriterFactory
public PropertiesWriter getWriter(OutputStream out)
PropertiesXMLWriter
.getWriter
in interface PropertiesWriterFactory
out
- The OutputStream to write the RDF to.public PropertiesWriter getWriter(Writer writer)
PropertiesXMLWriter
.getWriter
in interface PropertiesWriterFactory
writer
- The Writer to write the RDF to.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.