Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
toString
Evaluator.swift:664override func toString() -> String
override func toString() -> String
import SwiftSoup
final class ContainsText
Evaluator for matching Element (and its descendants) text
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
init(_ searchText: String)
override func matches(_ root: Element, _ element: Element) throws -> Bool