Uses of Class
edu.ucsb.nceas.metacat.service.XMLSchema
Packages that use XMLSchema
-
Uses of XMLSchema in edu.ucsb.nceas.metacat
Fields in edu.ucsb.nceas.metacat with type parameters of type XMLSchemaMethod parameters in edu.ucsb.nceas.metacat with type arguments of type XMLSchema -
Uses of XMLSchema in edu.ucsb.nceas.metacat.service
Subclasses of XMLSchema in edu.ucsb.nceas.metacat.serviceModifier and TypeClassDescriptionclass
This class represents the information for a schema without a namespaceMethods in edu.ucsb.nceas.metacat.service that return types with arguments of type XMLSchemaModifier and TypeMethodDescriptionXMLSchemaService.findSchemasInXML
(Reader xml) See if schemas have been specified in the xml:schemalocation attribute.XMLSchemaService.getRegisteredSchemaList()
Gets the registered schema list.Methods in edu.ucsb.nceas.metacat.service with parameters of type XMLSchemaModifier and TypeMethodDescriptionstatic boolean
XMLSchemaService.isSchemaRegistered
(XMLSchema xmlSchema) Returns true if the schema is registered.Method parameters in edu.ucsb.nceas.metacat.service with type arguments of type XMLSchemaModifier and TypeMethodDescriptionstatic boolean
XMLSchemaService.areAllSchemasRegistered
(Vector<XMLSchema> schemaList) Checks to see that all schemas are registered.