Open Classswift 6.1.2FoundationXML
XMLParser
class XMLParserclass XMLParserimport FoundationXMLclass NSObjectThe root class of most Foundation class hierarchies.
protocol CustomDebugStringConvertibleA type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertibleA type with a customized textual representation.
protocol 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 NSObjectProtocol : AnyObjectThe NSObjectProtocol groups methods that are fundamental to all Foundation objects.
convenience 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 ErrorCodeenum ExternalEntityResolvingPolicy