Uses of Interface
com.mkdoc.schema.Schema

Packages that use Schema
com.mkdoc.schema Interfaces for interpreting metadata schema  
 

Uses of Schema in com.mkdoc.schema
 

Classes in com.mkdoc.schema that implement Schema
 class AbstractSchema
          A base implementation for metadata schemas.
 class DublinCoreElements
          The Dublin Core metadata elements schema.
 class DublinCoreTerms
          The Dublin Core qualified terms schema.
 class UKeGMS
          The UK e-Government Metadtata Standard (e-GMS) schema.
 

Methods in com.mkdoc.schema that return Schema
protected  Schema AbstractApplicationProfile.getPrimarySchema(java.lang.String prefix)
          Get the primary schema indicated by a metadata prefix.
 

Methods in com.mkdoc.schema with parameters of type Schema
protected  void AbstractApplicationProfile.addSchema(Schema schema)
          Add a schema to the handler.