Initializerscinfu.swiftsoup 2.8.7SwiftSoup
init(_:)
Evaluator.swift:46init(_ tagName: [UInt8])
init(_ tagName: [UInt8])
import SwiftSoup
class Tag
Evaluator for tag name
class Evaluator
Evaluates that an element matches the selector.
@frozen struct UInt8
An 8-bit unsigned integer value type.
init(_ tagName: String)
let tagNameNormal: [UInt8]
override func matches(_ root: Element, _ element: Element) throws -> Bool
override func toString() -> String