Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
getPseudoClass
Evaluator.swift:505override func getPseudoClass() -> String
override func getPseudoClass() -> String
s9SwiftSoup9EvaluatorC14IsNthLastChildC14getPseudoClassSSyF
What are these?42FZJ
import SwiftSoup
final class IsNthLastChild
css pseudo class :nth-last-child)
class Evaluator
Evaluates that an element matches the selector.
@frozen struct String
A Unicode string value that is a collection of characters.
func getPseudoClass() -> String
override init(_ a: Int, _ b: Int)
override func calculatePosition(_ root: Element, _ element: Element) throws -> Int