Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
toString
Evaluator.swift:201override func toString() -> String
override func toString() -> String
s9SwiftSoup9EvaluatorC21AttributeWithValueNotC8toStringSSyF
What are these?4RCFF
import SwiftSoup
final class AttributeWithValueNot
Evaluator for attribute name != value matching
class Evaluator
Evaluates that an element matches the selector.
@frozen struct String
A Unicode string value that is a collection of characters.
func toString() -> String
override init(_ key: String, _ value: String) throws
override func matches(_ root: Element, _ element: Element) throws -> Bool