public class XmlProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BLANC_SPACE
Character to replace the blank spaces in the names that
has to be added like a XML node.
|
static String |
DEFAULT_NAMESPACE_PREFIX
XML Schema prefix that have to be used to generate the file for the
formats based on XML.
|
static String |
DEFAULT_NAMESPACE_URI
Default namespace of the files based on XML.
|
static String |
XML_ENCODING
Encoding of the generated XML files.
|
static String |
XML_SCHEMA_VALIDATED
If the parser can download XML Schemas.
|
static String |
XML_VERSION
XML number of version.
|
static String |
XSD_SCHEMA_FILE
Place where the XML Schema is located.
|
Constructor and Description |
---|
XmlProperties() |
public static final String DEFAULT_NAMESPACE_PREFIX
public static final String DEFAULT_NAMESPACE_URI
public static final String XSD_SCHEMA_FILE
public static final String XML_VERSION
public static final String XML_ENCODING
public static final String DEFAULT_BLANC_SPACE
public static final String XML_SCHEMA_VALIDATED