Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
parse(_:_:)
XmlTreeBuilder.swift:27func parse(_ input: [UInt8], _ baseUri: [UInt8]) throws -> Document
func parse(_ input: [UInt8], _ baseUri: [UInt8]) throws -> Document
s9SwiftSoup14XmlTreeBuilderC5parseyAA8DocumentCSays5UInt8VG_AItKF
What are these?592QC
import SwiftSoup
class XmlTreeBuilder
Use the {@code XmlTreeBuilder} when you want to parse XML without any of the HTML DOM rules being applied to the document.
@frozen struct UInt8
An 8-bit unsigned integer value type.
class Document
override init()
override func defaultSettings() -> ParseSettings
override func initialiseParse(_ input: [UInt8], _ baseUri: [UInt8], _ errors: ParseErrorList, _ settings: ParseSettings)
func parse(_ input: String, _ baseUri: String) throws -> Document
override func process(_ token: Token) throws -> Bool