Package com.stardog.stark.io.rdfxml
Class RDFXMLWriterOptions
java.lang.Object
com.stardog.stark.io.rdfxml.RDFXMLWriterOptions
Options for writing RDF/XML
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Field Summary
FieldsModifier and TypeFieldDescriptionBoolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written.Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed. -
Method Summary
-
Field Details
-
INCLUDE_XML_PI
Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed. If this setting is disabled the user must have previously printed the XML PI before callingRDFXMLWriter.start()for the document to be valid XML.Defaults to true.
- See Also:
-
INCLUDE_ROOT_RDF_TAG
Boolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written. The tag is optional in the RDF/XML specification, but a standalone RDF/XML document typically includes it.Defaults to true.
- See Also:
-