Class DisCountryCodesValidator
java.lang.Object
org.opengis.cite.cdb10.util.reference.Validator
org.opengis.cite.cdb10.util.reference.DisCountryCodesValidator
DisCountryCodesValidator class.
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize this validator with the contents of an XML Document. -
Method Summary
Modifier and TypeMethodDescriptioncountryNameForCode
(Integer code) countryNameForCode.boolean
isValidCountryCode
(Integer code) isValidCountryCode.boolean
isValidCountryName
(String name) isValidCountryName.Methods inherited from class org.opengis.cite.cdb10.util.reference.Validator
compileAndEvaluate
-
Constructor Details
-
DisCountryCodesValidator
Initialize this validator with the contents of an XML Document.- Parameters:
doc
- XML Document from DIS_Country_codes.xml
-
-
Method Details