Package | Description |
---|---|
edu.ucsb.nceas.metacat | |
edu.ucsb.nceas.metacat.service |
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<XMLSchema> |
DBSAXHandler.schemaList |
Modifier and Type | Class and Description |
---|---|
class |
XMLNoNamespaceSchema
This class represents the information for a schema without a namespace
|
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<XMLSchema> |
XMLSchemaService.findSchemasInXML(java.io.StringReader xml)
See if schemas have been specified in the xml:schemalocation attribute.
|
java.util.Vector<XMLSchema> |
XMLSchemaService.getRegisteredSchemaList()
Gets the registered schema list.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
XMLSchemaService.isSchemaRegistered(XMLSchema xmlSchema)
Returns true if the schema is registered.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
XMLSchemaService.areAllSchemasRegistered(java.util.Vector<XMLSchema> schemaList)
Checks to see that all schemas are registered.
|
Copyright © 2020 Regents of the University of California. All Rights Reserved.