enum

Crig::Loaders::Epub::XmlProcessingError::Kind

Inherits Enum < Comparable < Value < Object

Constants

Xml = 0
Encoding = 1
Utf8 = 2

Instance methods

encoding?

Returns true if this enum value equals Encoding

Source
utf8?

Returns true if this enum value equals Utf8

Source
xml?

Returns true if this enum value equals Xml

Source