public class SchemaLocationWriter
extends java.lang.Object
Constructor and Description |
---|
SchemaLocationWriter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSchemaLocation(SDMX_SCHEMA schemaVersion) |
void |
setSchemaLocationProperties(java.util.Properties properties) |
void |
writeSchemaLocation(org.apache.xmlbeans.XmlObject doc,
java.lang.String... namespaceUri)
Writes the schema location(s) to the XML Document
|
public void writeSchemaLocation(org.apache.xmlbeans.XmlObject doc, java.lang.String... namespaceUri)
doc
- the XML document to write the schema location(s) toschemaVersion
- the version of the schema to write innamespaceUri
- the URI of the namespace to writepublic java.lang.String getSchemaLocation(SDMX_SCHEMA schemaVersion)
public void setSchemaLocationProperties(java.util.Properties properties)