Class MetadataXmlFile
java.lang.Object
org.opengis.cite.cdb10.util.metadataXml.MetadataXmlFile
- Direct Known Subclasses:
CDBAttributesXml,ConfigurationXml,DefaultsXml,LightsXml,MaterialsXml,ModelComponentsXml,VersionXml
Created by martin on 2016-09-20.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMetadataXmlFile(String path, String xmlFileName, String xsdFileName) Constructor for MetadataXmlFile. -
Method Summary
Modifier and TypeMethodDescriptiongetXmlFileName.getXmlFilePath.getXsdFileName.getXsdFilePath.schemaValidationErrors.booleanxmlFileExists.booleanxsdFileExists.
-
Field Details
-
xmlFile
-
xsdFile
-
-
Constructor Details
-
Method Details
-
getXmlFileName
getXmlFileName.
- Returns:
- a
Stringobject
-
getXmlFilePath
getXmlFilePath.
- Returns:
- a
Pathobject
-
getXsdFileName
getXsdFileName.
- Returns:
- a
Stringobject
-
getXsdFilePath
getXsdFilePath.
- Returns:
- a
Pathobject
-
xmlFileExists
public boolean xmlFileExists()xmlFileExists.
- Returns:
- a boolean
-
xsdFileExists
public boolean xsdFileExists()xsdFileExists.
- Returns:
- a boolean
-
schemaValidationErrors
schemaValidationErrors.
- Returns:
- a
Stringobject - Throws:
SAXException- if any.IOException- if any.
-