public class XMLWriterSettings extends Object
Modifier and Type | Field and Description |
---|---|
static RioSetting<Boolean> |
INCLUDE_ROOT_RDF_TAG
Boolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written.
|
static RioSetting<Boolean> |
INCLUDE_XML_PI
Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed.
|
public static final RioSetting<Boolean> INCLUDE_XML_PI
RDFHandler.startRDF()
for the document to be valid XML.
Defaults to true.
Can be overridden by setting system property
public static final RioSetting<Boolean> INCLUDE_ROOT_RDF_TAG
Defaults to true.
Can be overridden by setting system property
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.