Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
calculatePosition(_:_:)
Evaluator.swift:477override func calculatePosition(_ root: Element, _ element: Element) throws -> Int
override func calculatePosition(_ root: Element, _ element: Element) throws -> Int
s9SwiftSoup9EvaluatorC10IsNthChildC17calculatePositionySiAA7ElementC_AHtKF
What are these?19UE
import SwiftSoup
final class IsNthChild
css-compatible Evaluator for :eq (css :nth-child)
class Evaluator
Evaluates that an element matches the selector.
class Element
@frozen struct Int
A signed integer value type.
func calculatePosition(_ root: Element, _ element: Element) throws -> Int
override init(_ a: Int, _ b: Int)
override func getPseudoClass() -> String