public class RdfXmlAbbreviatedWriter extends Object implements com.hp.hpl.jena.rdf.model.RDFWriter
RDF writer or serializer in the abbreviated XML syntax.
Supported features include:
RDFWriter
Constructor and Description |
---|
RdfXmlAbbreviatedWriter() |
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.rdf.model.RDFErrorHandler |
setErrorHandler(com.hp.hpl.jena.rdf.model.RDFErrorHandler errorHandler) |
Object |
setProperty(String propName,
Object propValue)
Sets a property on this writer.
|
void |
write(com.hp.hpl.jena.rdf.model.Model model,
OutputStream out,
String base) |
void |
write(com.hp.hpl.jena.rdf.model.Model model,
Writer writer,
String base) |
public Object setProperty(String propName, Object propValue)
Sets a property on this writer.
Supported properties include:
setProperty
in interface com.hp.hpl.jena.rdf.model.RDFWriter
propName
- The (supported) property name.propValue
- The property value (String
, Boolean
, or Integer
), otherwise null
.null
.RDFWriter.setProperty(java.lang.String, java.lang.Object)
public com.hp.hpl.jena.rdf.model.RDFErrorHandler setErrorHandler(com.hp.hpl.jena.rdf.model.RDFErrorHandler errorHandler)
setErrorHandler
in interface com.hp.hpl.jena.rdf.model.RDFWriter
public void write(com.hp.hpl.jena.rdf.model.Model model, OutputStream out, String base)
write
in interface com.hp.hpl.jena.rdf.model.RDFWriter
Copyright © 2017. All rights reserved.