htmltable

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DimensionalField

type DimensionalField struct {
	Element       *goquery.Selection
	Row, Column   int
	Height, Width int
}

type HTMLTable

type HTMLTable struct {
	Fields [][]*goquery.Selection
	// contains filtered or unexported fields
}

func ParseHTMLTable

func ParseHTMLTable(dom *goquery.Selection) (t *HTMLTable, err error)

func (*HTMLTable) FindMatchingFields

func (t *HTMLTable) FindMatchingFields(matcher func(*goquery.Selection) bool) (fields []DimensionalField)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL