Uses of Interface
com.adobe.epubcheck.vocab.PropertyStatus
-
Packages that use PropertyStatus Package Description com.adobe.epubcheck.vocab -
-
Uses of PropertyStatus in com.adobe.epubcheck.vocab
Classes in com.adobe.epubcheck.vocab that implement PropertyStatus Modifier and Type Class Description static classPackageVocabs.LINKREL_PROPERTIESstatic classRenditionVocabs.ITEMREF_PROPERTIESstatic classRenditionVocabs.META_PROPERTIESstatic classStructureVocab.EPUB_TYPESFields in com.adobe.epubcheck.vocab declared as PropertyStatus Modifier and Type Field Description static PropertyStatusPropertyStatus. ALLOWEDThe 'allowed' status (for properties that are neither disallowed or deprecated).static PropertyStatusPropertyStatus. DEPRECATEDThe 'deprecated' status (for properties that are allowed but deprecated).static PropertyStatusPropertyStatus. DISALLOWED_ON_CONTENT_DOCSThe status of properties that are disallowed on Content Documents (documents of type 'application/xhtml+xml')private PropertyStatusPackageVocabs.LINKREL_PROPERTIES. statusprivate PropertyStatusProperty. statusprivate PropertyStatusRenditionVocabs.ITEMREF_PROPERTIES. statusprivate PropertyStatusRenditionVocabs.META_PROPERTIES. statusprivate PropertyStatusStructureVocab.EPUB_TYPES. statusConstructors in com.adobe.epubcheck.vocab with parameters of type PropertyStatus Constructor Description EPUB_TYPES(PropertyStatus status)ITEMREF_PROPERTIES(PropertyStatus status)LINKREL_PROPERTIES(PropertyStatus status)META_PROPERTIES(PropertyStatus status)
-