Open ClassFoundationXML5.9.0
XMLParser
class XMLParser
Superclasses
class NSObject
The root class of most Foundation class hierarchies.
Citizens in FoundationXML
Conformances
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
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 NSObjectProtocol
The
NSObjectProtocol
groups methods that are fundamental to all Foundation objects.
Members
convenience init?(contentsOf: URL
) init(data: Data
) init(stream: InputStream
) static let errorDomain: String
var allowedExternalEntityURLs: Set<URL>?
var columnNumber: Int
var delegate: XMLParserDelegate?
var externalEntityResolvingPolicy: XMLParser.ExternalEntityResolvingPolicy
var lineNumber: Int
var parserError: Error?
var publicID: String?
var shouldProcessNamespaces: Bool
var shouldReportNamespacePrefixes: Bool
var shouldResolveExternalEntities: Bool
var systemID: String?
func abortParsing(
) func parse(
) -> Bool enum ErrorCode
enum ExternalEntityResolvingPolicy