Interface PropertyStatus
- All Known Implementing Classes:
PackageVocabs.LINKREL_PROPERTIES, RenditionVocabs.ITEMREF_PROPERTIES, RenditionVocabs.META_PROPERTIES, StructureVocab.EPUB_TYPES
public interface PropertyStatus
Holds info about an EPUB vocabulary property, specifically whether it's
disallowed (ERROR) or deprecate (WARNING).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyStatusThe 'allowed' status (for properties that are neither disallowed or deprecated).static final PropertyStatusThe 'deprecated' status (for properties that are allowed but deprecated).static final PropertyStatusThe status of properties that are disallowed on Content Documents (documents of type 'application/xhtml+xml') -
Method Summary
-
Field Details
-
ALLOWED
The 'allowed' status (for properties that are neither disallowed or deprecated). -
DEPRECATED
The 'deprecated' status (for properties that are allowed but deprecated). -
DISALLOWED_ON_CONTENT_DOCS
The status of properties that are disallowed on Content Documents (documents of type 'application/xhtml+xml')
-
-
Method Details
-
isAllowed
-
isDeprecated
boolean isDeprecated()
-