Initializerscinfu.swiftsoup 2.8.7SwiftSoup
init(_:_:)
Evaluator.swift:253override init(_ key: String, _ value: String) throws
override init(_ key: String, _ value: String) throws
s9SwiftSoup9EvaluatorC28AttributeWithValueContainingCyAESS_SStKcfc
What are these?68RC7
import SwiftSoup
final class AttributeWithValueContaining
Evaluator for attribute name/value matching (value containing)
class Evaluator
Evaluates that an element matches the selector.
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ key: String, _ value2: String) throws
override func matches(_ root: Element, _ element: Element) throws -> Bool
override func toString() -> String