ParserSettings
public struct ParserSettings
Settings used by Foundation.XMLParser
-
Parser reports the namespaces and qualified names of elements. (defaults to
false)Declaration
Swift
public var shouldProcessNamespaces: Bool -
Parser reports the prefixes indicating the scope of namespace declarations. (defaults to
false)Declaration
Swift
public var shouldReportNamespacePrefixes: Bool -
Parser reports declarations of external entities. (defaults to
false)Declaration
Swift
public var shouldResolveExternalEntities: Bool
ParserSettings Structure Reference