modulepackage
0.0.0-20250126182432-3beb8a9f0044
Repository: https://github.com/fbaube/parseutils.git
Documentation: pkg.go.dev
# Functions
DataOfHtmlNode returns a string that should be the value of both [Node.Data] and [Node.DataAtom] .
DoParseTree_html returns the parse tree for the HTML from the given string.
DoParseTree_mkdn takes a string and returns the tree produced by the parser.
FlattenParseTree_html is TBS.
FlattenParseTree_mkdn is TBS.
GenerateParserResults_html is TBS.
GenerateParserResults_mkdn is TBS.
HtmlWalk walks an AST tree of HTML by the depth first search algorithm.
KVpairsFromAttributes_html is TBS.
KVpairsFromAttributes_mkdn is TBS.
NTstring is TBS.
# Variables
No description provided by the author
NodeTypeString is TBS.
No description provided by the author
No description provided by the author
var theSRC []byte // string var NdKdNms []string.
# Structs
KVpair is used for storign property values.
ParserResults_html is the CPT for HTML(5).
ParserResults_mkdn is a bit dodgy cos [ast.Node] is an interface, not a struct.