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.boolean
xmlFileExists.boolean
xsdFileExists.
-
Field Details
-
xmlFile
-
xsdFile
-
-
Constructor Details
-
Method Details
-
getXmlFileName
getXmlFileName.
- Returns:
- a
String
object
-
getXmlFilePath
getXmlFilePath.
- Returns:
- a
Path
object
-
getXsdFileName
getXsdFileName.
- Returns:
- a
String
object
-
getXsdFilePath
getXsdFilePath.
- Returns:
- a
Path
object
-
xmlFileExists
public boolean xmlFileExists()xmlFileExists.
- Returns:
- a boolean
-
xsdFileExists
public boolean xsdFileExists()xsdFileExists.
- Returns:
- a boolean
-
schemaValidationErrors
schemaValidationErrors.
- Returns:
- a
String
object - Throws:
SAXException
- if any.IOException
- if any.
-