Package com.adobe.epubcheck.vocab
Interface Vocab
- All Known Implementing Classes:
AggregateVocab,EnumVocab,UncheckedVocab
public interface Vocab
Represents a vocabulary of properties.
-
Method Summary
-
Method Details
-
lookup
Returns whether a property in allowed in this vocabulary. -
getURI
String getURI()Returns the base URI of this vocabulary.- Returns:
- the base URI of this vocabulary.
-