MCPcopy Index your code

hub / github.com/jaytaylor/html2text / functions

Functions65 in github.com/jaytaylor/html2text

↓ 21 callersMethodemit
(data string)
html2text.go:384
↓ 14 callersMethodtraverseChildren
(node *html.Node)
html2text.go:374
↓ 14 callersFunctionwantString
(input string, output string, options ...Options)
html2text_test.go:962
↓ 8 callersFunctionasState
(b bool)
prettytables.go:205
↓ 6 callersMethodString
()
html2text_test.go:937
↓ 3 callersMethodwrapMode
()
prettytables.go:84
↓ 2 callersFunctionFromHTMLNode
FromHTMLNode renders text output from a pre-parsed HTML document.
html2text.go:25
↓ 2 callersFunctionFromReader
FromReader renders text output after parsing HTML for the specified io.Reader.
html2text.go:52
↓ 2 callersFunctionFromString
FromString parses HTML from the input string, then renders the text form.
html2text.go:65
↓ 2 callersMethodMatchString
(string)
html2text_test.go:936
↓ 2 callersFunctionNewPrettyTablesOptions
NewPrettyTablesOptions creates PrettyTablesOptions with default settings
prettytables.go:34
↓ 2 callersFunctiongetAttrVal
(node *html.Node, attrName string)
html2text.go:490
↓ 2 callersFunctionmatch
(input string, matcher StringMatcher, options ...Options)
html2text_test.go:966
↓ 2 callersMethodparagraphHandler
paragraphHandler renders node children surrounded by double newlines.
html2text.go:267
↓ 2 callersMethodrenderEachChild
renderEachChild visits each direct child of a node and collects the sequence of textuual representaitons separated by a single newline.
html2text.go:471
↓ 2 callersMethodtraverse
(node *html.Node)
html2text.go:355
↓ 2 callersFunctionwantRegExp
(input string, outputRE string, options ...Options)
html2text_test.go:958
↓ 1 callersMethodRow
()
prettytables.go:139
↓ 1 callersMethodborderStyle
()
prettytables.go:197
↓ 1 callersMethodbreakLongLines
(data string)
html2text.go:422
↓ 1 callersMethodconfigureTable
(table *tablewriter.Table)
prettytables.go:53
↓ 1 callersMethodhandleElement
(node *html.Node)
html2text.go:110
↓ 1 callersMethodhandleTableElement
handleTableElement is only to be invoked when options.PrettyTables is active.
html2text.go:278
↓ 1 callersMethodinit
()
html2text.go:102
↓ 1 callersMethodmergeMode
()
prettytables.go:92
↓ 1 callersMethodnormalizeHrefLink
(link string)
html2text.go:463
↓ 1 callersMethodrenderSettings
()
prettytables.go:100
↓ 1 callersMethodwithStates
()
prettytables.go:116
MethodBottomLeft
()
prettytables.go:167
MethodBottomMid
()
prettytables.go:171
MethodBottomRight
()
prettytables.go:175
MethodCenter
()
prettytables.go:135
MethodColumn
()
prettytables.go:143
FunctionExample
()
html2text_test.go:1013
MethodHeaderLeft
()
prettytables.go:179
MethodHeaderMid
()
prettytables.go:183
MethodHeaderRight
()
prettytables.go:187
MethodMatchString
(str string)
html2text_test.go:942
MethodMatchString
(str string)
html2text_test.go:951
MethodMidLeft
()
prettytables.go:159
MethodMidRight
()
prettytables.go:163
MethodName
()
prettytables.go:131
MethodString
()
html2text_test.go:945
MethodString
()
html2text_test.go:954
FunctionTestBlockquotes
(t *testing.T)
html2text_test.go:739
FunctionTestBold
(t *testing.T)
html2text_test.go:669
FunctionTestDiv
(t *testing.T)
html2text_test.go:702
FunctionTestHeadings
(t *testing.T)
html2text_test.go:624
FunctionTestIgnoreStylesScriptsHead
(t *testing.T)
html2text_test.go:784
FunctionTestImageAltTags
(t *testing.T)
html2text_test.go:575
FunctionTestLinks
(t *testing.T)
html2text_test.go:439
FunctionTestOmitLinks
(t *testing.T)
html2text_test.go:527
FunctionTestParagraphsAndBreaks
(t *testing.T)
html2text_test.go:104
FunctionTestParseUTF8
TODO Add tests for FromHTMLNode and FromReader.
html2text_test.go:32
FunctionTestPeriod
(t *testing.T)
html2text_test.go:911
FunctionTestStrippingLists
(t *testing.T)
html2text_test.go:407
FunctionTestStrippingWhitespace
(t *testing.T)
html2text_test.go:68
FunctionTestTables
(t *testing.T)
html2text_test.go:160
FunctionTestTablesWithDirectConfiguration
(t *testing.T)
html2text_test.go:359
FunctionTestText
(t *testing.T)
html2text_test.go:840
MethodTopLeft
()
prettytables.go:147
MethodTopMid
()
prettytables.go:151
MethodTopRight
()
prettytables.go:155
Functioninit
()
html2text_test.go:24
Functionmain
()
cmd/html2text/main.go:11