Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParseList

Hierarchy

  • ParseList

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ParseList(listElement: NodeListOf<Element>, description?: string, strict?: boolean): ParseList

Properties

description

description: string

raw

raw: NodeListOf<Element>

NodeList, set during instance construction

strict

strict: boolean

Methods

allElements

  • allElements(targetDescription?: string, strict?: boolean): ParseElement[]

element

  • element(index?: number, targetDescription?: string, strict?: boolean): ParseElement

Generated using TypeDoc