Uses of Interface
com.mkdoc.schema.ApplicationProfile

Packages that use ApplicationProfile
com.mkdoc.jspider JSpider components for the MKSearch project  
com.mkdoc.query Generic metadata query interfaces  
com.mkdoc.sax Implementations of SAX interfaces  
com.mkdoc.schema Interfaces for interpreting metadata schema  
 

Uses of ApplicationProfile in com.mkdoc.jspider
 

Fields in com.mkdoc.jspider declared as ApplicationProfile
protected  ApplicationProfile AbstractRdfPlugin.profile
          A custom metadata application profile.
 

Uses of ApplicationProfile in com.mkdoc.query
 

Fields in com.mkdoc.query declared as ApplicationProfile
protected  ApplicationProfile AbstractQueryBuilder.profile
          The application profile to use for interpreting queries.
 

Methods in com.mkdoc.query with parameters of type ApplicationProfile
 void QueryBuilder.setApplicationProfile(ApplicationProfile profile)
          Set the application profile to use for interpreting queries.
 void AbstractQueryBuilder.setApplicationProfile(ApplicationProfile profile)
          Set the application profile to use for interpreting queries.
 

Uses of ApplicationProfile in com.mkdoc.sax
 

Fields in com.mkdoc.sax declared as ApplicationProfile
protected  ApplicationProfile AbstractRdfContentHandler.profile
          An application profile to resolve metadata values.
 

Methods in com.mkdoc.sax with parameters of type ApplicationProfile
 void AbstractRdfContentHandler.setApplicationProfile(ApplicationProfile profile)
          Set the application profile for the handler.
 void RdfContentHandler.setApplicationProfile(ApplicationProfile profile)
          Set the application profile for the handler.
 

Uses of ApplicationProfile in com.mkdoc.schema
 

Classes in com.mkdoc.schema that implement ApplicationProfile
 class DublinCoreProfile
          A pure Dublin Core application profile.
 class UKeGMSProfile
          A UK e-GMS application profile.