Uses of Class
edu.ucsb.nceas.metacat.service.XMLSchema
-
Uses of XMLSchema in edu.ucsb.nceas.metacat
-
Uses of XMLSchema in edu.ucsb.nceas.metacat.service
Modifier and TypeClassDescriptionclass
This class represents the information for a schema without a namespaceModifier and TypeMethodDescriptionXMLSchemaService.findSchemasInXML
(Reader xml) See if schemas have been specified in the xml:schemalocation attribute.XMLSchemaService.getRegisteredSchemaList()
Gets the registered schema list.Modifier and TypeMethodDescriptionstatic boolean
XMLSchemaService.isSchemaRegistered
(XMLSchema xmlSchema) Returns true if the schema is registered.Modifier and TypeMethodDescriptionstatic boolean
XMLSchemaService.areAllSchemasRegistered
(Vector<XMLSchema> schemaList) Checks to see that all schemas are registered.