@vivliostyle/core
    Preparing search index...

    Class WhereParameterParserHandler

    Cascade Parser Handler for :where() pseudo-class parameter

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cascade: Cascade
    chain: ChainedAction[] = null
    chains: ChainedAction[][] = []
    condition: Val
    conditionCount: number = 0
    depth: number = 0
    elementStyle: ElementStyle = null
    footnoteContent: boolean = false
    insideSelectorRule: ParseState
    invalid: boolean = false
    maxSpecificity: number = 0
    parentChain: ChainedAction[]
    pseudoelement: string = null
    regionId: string
    selectorTexts: string[] = []
    specificity: number = 0
    state: ParseState
    topLevel: any
    validatorSet: ValidatorSet
    viewConditionId: string = null

    Methods

    • Parameters

      • funcName: string

        The name of the function taking a selector list as argument

      • Optionalparams: (string | number)[]

        Optional parameters (e.g., [a, b] for nth-child(An+B of S))

      Returns void