Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
calculatePosition(_:_:)
Evaluator.swift:496override func calculatePosition(_ root: Element, _ element: Element) throws -> Int
override func calculatePosition(_ root: Element, _ element: Element) throws -> Int
s9SwiftSoup9EvaluatorC14IsNthLastChildC17calculatePositionySiAA7ElementC_AHtKF
What are these?5RAJP
import SwiftSoup
final class IsNthLastChild
css pseudo class :nth-last-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