Static Propertyscinfu.swiftsoup 2.8.7SwiftSoup
preserveCase
Preserve both tag and attribute case.
static let preserveCase: ParseSettings
Preserve both tag and attribute case.
static let preserveCase: ParseSettings
import SwiftSoup
class ParseSettings
init(_ tag: Bool, _ attribute: Bool)
Define parse settings.
static let htmlDefault: ParseSettings
HTML default settings: both tag and attribute names are lower-cased during parsing.
func normalizeAttribute(_ name: String) -> String
func normalizeAttribute(_ name: [UInt8]) -> [UInt8]
func normalizeAttributes(_ attributes: Attributes) throws -> Attributes
func normalizeTag(_ name: String) -> String
func normalizeTag(_ name: [UInt8]) -> [UInt8]