Class XmlProperties

java.lang.Object
org.gvsig.gpe.prov.xml.XmlProperties

public class XmlProperties extends Object
This class contains the properties for the XML parsers and writers.
  • Field Details

    • DEFAULT_NAMESPACE_PREFIX

      public static final String 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

      public static final String DEFAULT_NAMESPACE_URI
      Default namespace of the files based on XML.
      See Also:
    • XSD_SCHEMA_FILE

      public static final String XSD_SCHEMA_FILE
      Place where the XML Schema is located.
      See Also:
    • XML_VERSION

      public static final String XML_VERSION
      XML number of version.
      See Also:
    • XML_ENCODING

      public static final String XML_ENCODING
      Encoding of the generated XML files.
      See Also:
    • DEFAULT_BLANC_SPACE

      public static final String 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

      public static final String XML_SCHEMA_VALIDATED
      If the parser can download XML Schemas.
      See Also:
  • Constructor Details

    • XmlProperties

      public XmlProperties()