Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BoxrecPageEventBout

Parse a BoxRec bout page Note: because BoxRec is using inline styles for a lot of things, can't guarantee perfect results. Report issues

http://boxrec.com/en/event/726555/2037455

Hierarchy

Index

Constructors

constructor

Properties

Protected $

$: CheerioStatic

Accessors

bouts

commission

  • get commission(): string | null

date

  • get date(): string | null

division

doctors

firstBoxer

firstBoxerAge

  • get firstBoxerAge(): number | null

firstBoxerHeight

  • get firstBoxerHeight(): number[] | null

firstBoxerKOs

  • get firstBoxerKOs(): number

firstBoxerLast6

firstBoxerPointsAfter

  • get firstBoxerPointsAfter(): number | null

firstBoxerPointsBefore

  • get firstBoxerPointsBefore(): number | null

firstBoxerRanking

  • get firstBoxerRanking(): number | null

firstBoxerReach

  • get firstBoxerReach(): number[] | null

firstBoxerRecord

  • get firstBoxerRecord(): Record

firstBoxerStance

  • get firstBoxerStance(): Stance | null

id

  • get id(): number | null

inspector

judges

location

matchmakers

numberOfBouts

  • get numberOfBouts(): number

numberOfRounds

  • get numberOfRounds(): number | null

outcome

output

promoters

rating

  • get rating(): number | null

referee

secondBoxer

secondBoxerAge

  • get secondBoxerAge(): number | null

secondBoxerHeight

  • get secondBoxerHeight(): number[] | null

secondBoxerKOs

  • get secondBoxerKOs(): number

secondBoxerLast6

secondBoxerPointsAfter

  • get secondBoxerPointsAfter(): number | null

secondBoxerPointsBefore

  • get secondBoxerPointsBefore(): number | null

secondBoxerRanking

  • get secondBoxerRanking(): number | null

secondBoxerReach

  • get secondBoxerReach(): number[] | null

secondBoxerRecord

  • get secondBoxerRecord(): Record

secondBoxerStance

  • get secondBoxerStance(): Stance | null

television

  • get television(): string[]

titles

Methods

Protected getPeopleTable

  • getPeopleTable(): Cheerio

Protected parseBouts

  • parseBouts(): Array<[string, string | null]>

Protected parseEventData

  • parseEventData(role: BoxrecRole | "television" | "commission"): string

Protected parseLocation

  • parseLocation(): string

Protected parseMatchmakers

  • parseMatchmakers(): string

Protected parsePromoters

  • parsePromoters(): string

Protected returnBouts

  • returnBouts(tr: Cheerio): Array<[string, string | null]>

Static Protected getLocationInformation

Static Protected getVenueInformation

Generated using TypeDoc