HtmlActivePatterns Module
Active patterns
| Active pattern | Description |
Full Usage:
(|HtmlAttribute|) attribute
Parameters:
HtmlAttribute
Returns: string * string
|
|
Full Usage:
(|HtmlElement|HtmlText|HtmlComment|HtmlCData|) node
Parameters:
HtmlNode
Returns: Choice<(string * HtmlAttribute list * HtmlNode list), string, string, string>
|
Active pattern that decomposes an HtmlNode into one of four cases: HtmlElement (name, attributes, child elements), HtmlText (text content), HtmlComment (comment content), or HtmlCData (CDATA content).
|
FSharp.Data