Uses of Class
gov.nasa.pds.tools.label.MissingLabelSchemaException
Package | Description |
---|---|
gov.nasa.pds.tools.label |
-
Uses of MissingLabelSchemaException in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label that throw MissingLabelSchemaException Modifier and Type Method Description Document
LabelValidator. parseAndValidate(ProblemHandler handler, URL url)
Parses and validates a label against the schema and Schematron files, and returns the parsed XML.void
LabelValidator. validate(ProblemHandler handler, File labelFile)
void
LabelValidator. validate(ProblemHandler handler, URL url)
Validates the label against schema and schematron constraints.void
LabelValidator. validate(File labelFile)