EnumerationFoundationXML5.9.0
DTDKind
enum DTDKind
Citizens in FoundationXML
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case anyDeclaration
case cdataAttribute
case elementDeclaration
case emptyDeclaration
case entitiesAttribute
case entityAttribute
case enumerationAttribute
case general
case idAttribute
case idRefAttribute
case idRefsAttribute
case mixedDeclaration
case nmTokenAttribute
case nmTokensAttribute
case notationAttribute
case parameter
case parsed
case predefined
case undefinedDeclaration
case unparsed
init?(rawValue: UInt
)