Package com.adobe.epubcheck.vocab
Class AggregateVocab
java.lang.Object
com.adobe.epubcheck.vocab.AggregateVocab
- All Implemented Interfaces:
Vocab
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
vocabs
-
uri
-
-
Constructor Details
-
AggregateVocab
-
-
Method Details
-
of
Returns a vocabulary composed of the union of the vocabularies given as parameter. The given vocabularies must have the same base URI.- Parameters:
vocabs- the vocabularies to aggregate.- Returns:
- the aggregated vocabulary.
-
lookup
Description copied from interface:VocabReturns whether a property in allowed in this vocabulary. -
getURI
Description copied from interface:VocabReturns the base URI of this vocabulary.
-