@vivliostyle/core
    Preparing search index...

    Class StyleParserHandler

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cascadeParserHandler: BaseParserHandler
    counterStyles: CounterStyleStore = ...
    flowProps: { [key: string]: ElementStyle } = ...
    fontFaces: FontFace[] = ...
    footnoteProps: ElementStyle = ...
    pageProps: { [key: string]: ElementStyle } = ...
    pageScope: LexicalScope
    regionCount: number = 0
    rootBox: RootPageBox
    rootScope: LexicalScope
    slave: ParserHandler = null
    stack: ParserHandler[] = []
    tokenizer: Tokenizer = null
    validatorSet: ValidatorSet
    viewportProps: ElementStyle[] = ...

    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