Uses of Interface
com.adobe.epubcheck.vocab.Vocab
Packages that use Vocab
Package
Description
-
Uses of Vocab in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type VocabModifier and TypeFieldDescriptionOPFHandler30.itemrefVocabsOPFHandler30.itemVocabsOPFHandler30.KNOWN_ITEM_VOCAB_URISOPFHandler30.KNOWN_ITEMREF_VOCAB_URISOPFHandler30.KNOWN_LINK_VOCAB_URISOPFHandler30.KNOWN_LINKREL_VOCAB_URISOPFHandler30.KNOWN_META_VOCAB_URISOPFHandler30.KNOWN_VOCAB_URISOPFHandler30.linkrelVocabsOPFHandler30.linkVocabsOPFHandler30.metaVocabsOPFHandler30.RESERVED_ITEM_VOCABSOPFHandler30.RESERVED_ITEMREF_VOCABSOPFHandler30.RESERVED_LINK_VOCABSOPFHandler30.RESERVED_LINKREL_VOCABSOPFHandler30.RESERVED_META_VOCABSOPFHandler30.RESERVED_VOCABS -
Uses of Vocab in com.adobe.epubcheck.ops
Fields in com.adobe.epubcheck.ops with type parameters of type Vocab -
Uses of Vocab in com.adobe.epubcheck.overlay
Fields in com.adobe.epubcheck.overlay with type parameters of type Vocab -
Uses of Vocab in com.adobe.epubcheck.vocab
Classes in com.adobe.epubcheck.vocab that implement VocabModifier and TypeClassDescriptionclassfinal classfinal classAVocabimplementation which always return a successful lookup result.Fields in com.adobe.epubcheck.vocab declared as VocabModifier and TypeFieldDescriptionstatic final VocabForeignVocabs.DCTERMS_VOCABstatic VocabVocabUtil.EMPTY_VOCABstatic final VocabForeignVocabs.MARC_VOCABstatic final VocabForeignVocabs.ONIX_VOCABstatic final VocabForeignVocabs.PRISM_VOCABstatic final VocabForeignVocabs.SCHEMA_VOCABstatic final VocabStructureVocab.UNCHECKED_VOCABstatic final VocabMagazineNavigationVocab.VOCABstatic final VocabForeignVocabs.XSD_VOCABFields in com.adobe.epubcheck.vocab with type parameters of type VocabMethods in com.adobe.epubcheck.vocab that return VocabModifier and TypeMethodDescriptionstatic VocabReturns a vocabulary composed of the union of the vocabularies given as parameter.Methods in com.adobe.epubcheck.vocab that return types with arguments of type VocabModifier and TypeMethodDescriptionVocabUtil.parsePrefixDeclaration(String value, Map<String, ? extends Vocab> predefined, Map<String, ? extends Vocab> known, Set<String> forbidden, Report report, EPUBLocation location) Parses a prefix attribute value and returns a map of prefixes to vocabularies, given a pre-existing set of reserved prefixes, known vocabularies, and default vocabularies that cannot be re-declared.Methods in com.adobe.epubcheck.vocab with parameters of type VocabModifier and TypeMethodDescriptionstatic VocabReturns a vocabulary composed of the union of the vocabularies given as parameter.Method parameters in com.adobe.epubcheck.vocab with type arguments of type VocabModifier and TypeMethodDescriptionVocabUtil.parsePrefixDeclaration(String value, Map<String, ? extends Vocab> predefined, Map<String, ? extends Vocab> known, Set<String> forbidden, Report report, EPUBLocation location) Parses a prefix attribute value and returns a map of prefixes to vocabularies, given a pre-existing set of reserved prefixes, known vocabularies, and default vocabularies that cannot be re-declared.VocabUtil.parseProperties(String value, Map<String, ? extends Vocab> vocabs, boolean isList, ValidationContext context, EPUBLocation location) static com.google.common.base.Optional<Property> VocabUtil.parseProperty(String value, Map<String, Vocab> vocabs, ValidationContext context, EPUBLocation location) Parses a single property value and report validation errors on the fly.VocabUtil.parsePropertyList(String value, Map<String, ? extends Vocab> vocabs, ValidationContext context, EPUBLocation location) Parses a space-separated list of property values, and report validation errors on the fly.Constructor parameters in com.adobe.epubcheck.vocab with type arguments of type Vocab