Enumerationswift 6.1.2FoundationXML
ErrorCode
enum ErrorCodeenum ErrorCodeimport FoundationXMLclass XMLParsercase attributeHasNoValueErrorcase attributeListNotFinishedErrorcase attributeListNotStartedErrorcase attributeNotFinishedErrorcase attributeNotStartedErrorcase attributeRedefinedErrorcase cdataNotFinishedErrorcase characterRefAtEOFErrorcase characterRefInDTDErrorcase characterRefInEpilogErrorcase characterRefInPrologErrorcase commentContainsDoubleHyphenErrorcase commentNotFinishedErrorcase conditionalSectionNotFinishedErrorcase conditionalSectionNotStartedErrorcase delegateAbortedParseErrorcase doctypeDeclNotFinishedErrorcase documentStartErrorcase elementContentDeclNotFinishedErrorcase elementContentDeclNotStartedErrorcase emptyDocumentErrorcase encodingNotSupportedErrorcase entityBoundaryErrorcase entityIsExternalErrorcase entityIsParameterErrorcase entityNotFinishedErrorcase entityNotStartedErrorcase entityRefAtEOFErrorcase entityRefInDTDErrorcase entityRefInEpilogErrorcase entityRefInPrologErrorcase entityRefLoopErrorcase entityReferenceMissingSemiErrorcase entityReferenceWithoutNameErrorcase entityValueRequiredErrorcase equalExpectedErrorcase externalStandaloneEntityErrorcase externalSubsetNotFinishedErrorcase extraContentErrorcase gtRequiredErrorcase internalErrorcase invalidCharacterErrorcase invalidCharacterInEntityErrorcase invalidCharacterRefErrorcase invalidConditionalSectionErrorcase invalidDecimalCharacterRefErrorcase invalidEncodingErrorcase invalidEncodingNameErrorcase invalidHexCharacterRefErrorcase invalidURIErrorcase lessThanSymbolInAttributeErrorcase literalNotFinishedErrorcase literalNotStartedErrorcase ltRequiredErrorcase ltSlashRequiredErrorcase misplacedCDATAEndStringErrorcase misplacedXMLDeclarationErrorcase mixedContentDeclNotFinishedErrorcase mixedContentDeclNotStartedErrorcase nameRequiredErrorcase namespaceDeclarationErrorcase nmtokenRequiredErrorcase noDTDErrorcase notWellBalancedErrorcase notationNotFinishedErrorcase notationNotStartedErrorcase outOfMemoryErrorcase parsedEntityRefAtEOFErrorcase parsedEntityRefInEpilogErrorcase parsedEntityRefInInternalErrorcase parsedEntityRefInInternalSubsetErrorcase parsedEntityRefInPrologErrorcase parsedEntityRefMissingSemiErrorcase parsedEntityRefNoNameErrorcase pcdataRequiredErrorcase prematureDocumentEndErrorcase processingInstructionNotFinishedErrorcase processingInstructionNotStartedErrorcase publicIdentifierRequiredErrorcase separatorRequiredErrorcase spaceRequiredErrorcase standaloneValueErrorcase stringNotClosedErrorcase stringNotStartedErrorcase tagNameMismatchErrorcase undeclaredEntityErrorcase unfinishedTagErrorcase unknownEncodingErrorcase unparsedEntityErrorcase uriFragmentErrorcase uriRequiredErrorcase xmlDeclNotFinishedErrorcase xmlDeclNotStartedErrorconvenience init?(contentsOf url: URL) init(data: Data) init(stream: InputStream) static let errorDomain: Stringvar allowedExternalEntityURLs: Set<URL>?var columnNumber: Int { get }weak var delegate: (any XMLParserDelegate)?var externalEntityResolvingPolicy: XMLParser.ExternalEntityResolvingPolicyvar lineNumber: Int { get }var parserError: (any Error)? { get }var publicID: String? { get }var shouldProcessNamespaces: Boolvar shouldReportNamespacePrefixes: Boolvar shouldResolveExternalEntities: Boolvar systemID: String? { get }func abortParsing() func parse() -> Bool enum ExternalEntityResolvingPolicyprotocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init?(rawValue: Int) var hashValue: Int { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)