Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
matches(_:_:)
StructuralEvaluator.swift:56override func matches(_ root: Element, _ node: Element) -> Bool
override func matches(_ root: Element, _ node: Element) -> Bool
s9SwiftSoup19StructuralEvaluatorC3NotC7matchesySbAA7ElementC_AHtF
What are these?9IFUV
import SwiftSoup
class Not
class StructuralEvaluator
Base structural evaluator.
class Element
@frozen struct Bool
A value type whose instances are either true
or false
.
func matches(_ root: Element, _ element: Element) throws -> Bool
Test if the element meets the evaluator’s requirements.
override init(_ evaluator: Evaluator)
override func toString() -> String