Uses of Class
edu.ucsb.nceas.metacat.service.XMLSchema
Packages that use XMLSchema
- 
Uses of XMLSchema in edu.ucsb.nceas.metacatFields 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.serviceSubclasses of XMLSchema in edu.ucsb.nceas.metacat.serviceModifier and TypeClassDescriptionclassThis 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 booleanXMLSchemaService.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 booleanXMLSchemaService.areAllSchemasRegistered(Vector<XMLSchema> schemaList) Checks to see that all schemas are registered.