EnumerationFoundationXML5.9.0
Kind
enum Kind
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 DTDKind
case attribute
case attributeDeclaration
case comment
case document
case element
case elementDeclaration
case entityDeclaration
case invalid
case namespace
case notationDeclaration
case processingInstruction
case text
init?(rawValue: UInt
)