StructureFoundationXML5.9.0
Options
struct Options
Citizens in FoundationXML
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol ExpressibleByArrayLiteral
A type that can be initialized using an array literal.
protocol OptionSet
A type that presents a mathematical set interface to a bit set.
protocol RawRepresentable
A type that can be converted to and from an associated raw value.
protocol SetAlgebra
A type that provides mathematical set operations.
Members
init(rawValue: UInt
) static let documentIncludeContentTypeDeclaration: XMLNode.Options
static let documentTidyHTML: XMLNode.Options
static let documentTidyXML: XMLNode.Options
static let documentValidate: XMLNode.Options
static let documentXInclude: XMLNode.Options
static let nodeCompactEmptyElement: XMLNode.Options
static let nodeExpandEmptyElement: XMLNode.Options
static let nodeIsCDATA: XMLNode.Options
static let nodeLoadExternalEntitiesAlways: XMLNode.Options
static let nodeLoadExternalEntitiesNever: XMLNode.Options
static let nodeLoadExternalEntitiesSameOriginOnly: XMLNode.Options
static let nodeNeverEscapeContents: XMLNode.Options
static let nodePreserveAll: XMLNode.Options
static let nodePreserveAttributeOrder: XMLNode.Options
static let nodePreserveCDATA: XMLNode.Options
static let nodePreserveCharacterReferences: XMLNode.Options
static let nodePreserveDTD: XMLNode.Options
static let nodePreserveEmptyElements: XMLNode.Options
static let nodePreserveEntities: XMLNode.Options
static let nodePreserveNamespaceOrder: XMLNode.Options
static let nodePreservePrefixes: XMLNode.Options
static let nodePreserveQuotes: XMLNode.Options
static let nodePreserveWhitespace: XMLNode.Options
static let nodePrettyPrint: XMLNode.Options
static let nodePromoteSignificantWhitespace: XMLNode.Options
static let nodeUseDoubleQuotes: XMLNode.Options
static let nodeUseSingleQuotes: XMLNode.Options
let rawValue: UInt
Features
static func != (Self, Self
) -> Bool func isStrictSubset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict subset of the given set.
func isStrictSuperset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict superset of the given set.