Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Document_Properties

mattt edited this page May 5, 2021 · 3 revisions

Document.Properties

public struct Properties: OptionSet 

Inheritance

OptionSet

Initializers

init(rawValue:)

public init(rawValue: Int32) 

Properties

rawValue

public var rawValue: Int32

wellFormed

Document is XML well formed

public static let wellFormed 

namespaceValid

Document is Namespace valid

public static let namespaceValid 

dtdValid

DTD validation was successful

public static let dtdValid 

performedXIncludeSubstitution

XInclude substitution was done

public static let performedXIncludeSubstitution 

userBuilt

Document was built using the API and not by parsing an instance

public static let userBuilt 

internalProcessing

Built for internal processing

public static let internalProcessing 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally