Package org.gvsig.gpe.prov.xml
Class XmlProperties
java.lang.Object
org.gvsig.gpe.prov.xml.XmlProperties
This class contains the properties for the XML
parsers and writers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCharacter to replace the blank spaces in the names that has to be added like a XML node.static final StringXML Schema prefix that have to be used to generate the file for the formats based on XML.static final StringDefault namespace of the files based on XML.static final StringEncoding of the generated XML files.static final StringIf the parser can download XML Schemas.static final StringXML number of version.static final StringPlace where the XML Schema is located. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_NAMESPACE_PREFIX
XML Schema prefix that have to be used to generate the file for the formats based on XML.- See Also:
-
DEFAULT_NAMESPACE_URI
Default namespace of the files based on XML.- See Also:
-
XSD_SCHEMA_FILE
Place where the XML Schema is located.- See Also:
-
XML_VERSION
XML number of version.- See Also:
-
XML_ENCODING
Encoding of the generated XML files.- See Also:
-
DEFAULT_BLANC_SPACE
Character to replace the blank spaces in the names that has to be added like a XML node. On the writing process all the blank spaces are replaced by this character and on the reading process this character is replaced by a blank space.- See Also:
-
XML_SCHEMA_VALIDATED
If the parser can download XML Schemas.- See Also:
-
-
Constructor Details
-
XmlProperties
public XmlProperties()
-