Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
initialiseParse(_:_:_:_:)
TreeBuilder.swift:36func initialiseParse(_ input: [UInt8], _ baseUri: [UInt8], _ errors: ParseErrorList, _ settings: ParseSettings)
func initialiseParse(_ input: [UInt8], _ baseUri: [UInt8], _ errors: ParseErrorList, _ settings: ParseSettings)
s9SwiftSoup11TreeBuilderC15initialiseParseyySays5UInt8VG_AgA0F9ErrorListCAA0F8SettingsCtF
What are these?4SR9P
import SwiftSoup
class TreeBuilder
@frozen struct UInt8
An 8-bit unsigned integer value type.
class ParseErrorList
class ParseSettings
init()
var baseUri: [UInt8]
var currentToken: Token?
var doc: Document
var errors: ParseErrorList
var reader: CharacterReader
var settings: ParseSettings
var stack: Array<Element>
func currentElement() -> Element?
func defaultSettings() -> ParseSettings
@discardableResult func process(_ token: Token) throws -> Bool
@discardableResult func processEndTag(_ name: String) throws -> Bool
@discardableResult func processEndTag(_ name: [UInt8]) throws -> Bool
@discardableResult func processStartTag(_ name: String) throws -> Bool
@discardableResult func processStartTag(_ name: [UInt8]) throws -> Bool
@discardableResult func processStartTag(_ name: String, _ attrs: Attributes) throws -> Bool
@discardableResult func processStartTag(_ name: [UInt8], _ attrs: Attributes) throws -> Bool
func runParser() throws
override func initialiseParse(_ input: [UInt8], _ baseUri: [UInt8], _ errors: ParseErrorList, _ settings: ParseSettings)