Package com.adobe.epubcheck.vocab
Interface Vocab
-
- All Known Implementing Classes:
AggregateVocab,EnumVocab,UncheckedVocab
public interface VocabRepresents a vocabulary of properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetURI()Returns the base URI of this vocabulary.com.google.common.base.Optional<Property>lookup(java.lang.String name)Returns whether a property in allowed in this vocabulary.
-
-
-
Method Detail
-
lookup
com.google.common.base.Optional<Property> lookup(java.lang.String name)
Returns whether a property in allowed in this vocabulary.
-
getURI
java.lang.String getURI()
Returns the base URI of this vocabulary.- Returns:
- the base URI of this vocabulary.
-
-