Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acs.damsel.srvr.schema: Javadoc index of package org.acs.damsel.srvr.schema.


Package Samples:

org.acs.damsel.srvr.schema

Classes:

SchemaMgr: Title: SchemaMgr Description: The SchemaMgr class provides access to metadata Schemas, which in turn contain MetaDataTags and their associated information (i.e., controlled vocabulary lists). Aside from adding, removing, and getting handles on Schemas, SchemaMgr also provides easy access to a Vector of Strings containing the names of the available Schemas (i.e., for display purposes). SchemaMgr (as well as Schema and MetaDataTag) supports serialization and the current state of all Schemas can easily be stored and loaded using the save() and newSchemaMgrFromFile() methods. Note that newSchemaMgrFromFile ...
MetaDataTag: Title: MetaDataTag Description: MetaDataTag holds a name for a tag (i.e., "Title", "Description", etc) as well as a vocabulary list for tags with a controlled vocabulary (as opposed to free-form tags). The class overrides the Object equals() method with one that only compares the Tag name. Thus, tag names must be unique, even if their other properties, such as having a controlled vocabulary list, are not.
Schema: Title: Schema Description: Schema holds a name for the schema (i.e., "Dublin Core", "Realia", etc) and a list of MetaDataTags that compose the Schema. Random access to tags is provided by isInSchema() and getTag(), sequential access by using the Iterator from tagsIterator(). Like MetaDataTags, Schemas are uniquely identified by name, even if their other properties are different.
ControlledVocabularyException: Title: ControlledVocabularyException Description: Exception thrown by methods in the MetaDataTag class when there is an error while getting, setting, or deleting the controlled vocabulary associated with a MetaDataTag.
SchemaException: Title: SchemarException Description: Exception thrown by the Schema class when problems with a Schema object are encountered.
SchemaMgrException: Title: SchemaMgrException Description: Exception thrown by the SchemaMgr class when a nonexistent schema is referenced.
TestMetaDataTag
TestSchema
TestSchemaMgr

Home | Contact Us | Privacy Policy | Terms of Service