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.
public static final RioSetting<Boolean> INCLUDE_ROOT_RDF_TAG
Defaults to true.
Copyright © 2001-2016 Aduna. All Rights Reserved.