HtmlNodeExtensions (FSharp.Data)
Returns the attribute with the given name. If the
attribute does not exist then this will throw an exception
Returns the attribute with the given name. If the attribute does not exist then this will throw an exception
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name of the attribute to select
-
Returns:
HtmlAttribute
Return the value of the named attribute, or an empty string if not found.
Return the value of the named attribute, or an empty string if not found.
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name of the attribute to get the value from
-
Returns:
string
Gets all of the descendants of the current node, which match the given name
Recurses on match
Gets all of the descendants of the current node, which match the given name Recurses on match
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name by which to map the descendants
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given name
Gets all of the descendants of the current node, which match the given name
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given set of names
Recurses on match
Gets all of the descendants of the current node, which match the given set of names Recurses on match
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given set of names
Gets all of the descendants of the current node, which match the given set of names
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node
Recurses on match
Gets all of the descendants of the current node Recurses on match
-
n
:
HtmlNode
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node that satisfy the predicate
Recurses on match
Gets all of the descendants of the current node that satisfy the predicate Recurses on match
-
n
:
HtmlNode -
The given node
-
predicate
:
HtmlNode -> bool -
The predicate for which descendants to return
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node that satisfy the predicate
Gets all of the descendants of the current node that satisfy the predicate
-
n
:
HtmlNode -
The given node
-
predicate
:
HtmlNode -> bool -
The predicate for which descendants to return
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given name
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node, which match the given name The current node is also considered in the comparison Recurses on match
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name by which to map the descendants
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given name
The current node is also considered in the comparison
Gets all of the descendants of the current node, which match the given name The current node is also considered in the comparison
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given set of names
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node, which match the given set of names The current node is also considered in the comparison Recurses on match
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given set of names
The current node is also considered in the comparison
Gets all of the descendants of the current node, which match the given set of names The current node is also considered in the comparison
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node The current node is also considered in the comparison Recurses on match
-
n
:
HtmlNode
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node that satisfy the predicate
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node that satisfy the predicate The current node is also considered in the comparison Recurses on match
-
n
:
HtmlNode -
The given node
-
predicate
:
HtmlNode -> bool -
The predicate for which descendants to return
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node that satisfy the predicate
The current node is also considered in the comparison
Gets all of the descendants of the current node that satisfy the predicate The current node is also considered in the comparison
-
n
:
HtmlNode -
The given node
-
predicate
:
HtmlNode -> bool -
The predicate for which descendants to return
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
-
Returns:
HtmlNode seq
Gets all of the descendants of the current node, which match the given name
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node, which match the given name The current node is also considered in the comparison Recurses on match
-
n
:
HtmlNode -
The given node
-
name
:
string -
The names by which to map the descendants
Gets all of the descendants of the current node, which match the given name
The current node is also considered in the comparison
Gets all of the descendants of the current node, which match the given name The current node is also considered in the comparison
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
Gets all of the descendants of the current node, which match the given set of names
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node, which match the given set of names The current node is also considered in the comparison Recurses on match
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
Gets all of the descendants of the current node, which match the given set of names
The current node is also considered in the comparison
Gets all of the descendants of the current node, which match the given set of names The current node is also considered in the comparison
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
Gets all of the descendants of the current node
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node The current node is also considered in the comparison Recurses on match
-
n
:
HtmlNode
Gets all of the descendants of the current node that satisfy the predicate
The current node is also considered in the comparison
Recurses on match
Gets all of the descendants of the current node that satisfy the predicate The current node is also considered in the comparison Recurses on match
Gets all of the descendants of the current node that satisfy the predicate
The current node is also considered in the comparison
Gets all of the descendants of the current node that satisfy the predicate The current node is also considered in the comparison
Gets all of the descendants of the current node, which match the given name
Recurses on match
Gets all of the descendants of the current node, which match the given name Recurses on match
-
n
:
HtmlNode -
The given node
-
name
:
string -
The names by which to map the descendants
Gets all of the descendants of the current node, which match the given name
Gets all of the descendants of the current node, which match the given name
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
Gets all of the descendants of the current node, which match the given set of names
Recurses on match
Gets all of the descendants of the current node, which match the given set of names Recurses on match
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
Gets all of the descendants of the current node, which match the given set of names
Gets all of the descendants of the current node, which match the given set of names
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the descendants
-
recurseOnMatch
:
bool -
If a match is found continues down the tree matching child elements
Gets all of the descendants of the current node
Recurses on match
Gets all of the descendants of the current node Recurses on match
-
n
:
HtmlNode
Gets all of the descendants of the current node that satisfy the predicate
Recurses on match
Gets all of the descendants of the current node that satisfy the predicate Recurses on match
Gets all of the descendants of the current node that satisfy the predicate
Gets all of the descendants of the current node that satisfy the predicate
Gets all of the elements of the current node, which match the given name
Gets all of the elements of the current node, which match the given name
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name by which to map the elements
-
Returns:
HtmlNode list
Gets all of the elements of the current node, which match the given set of names
Gets all of the elements of the current node, which match the given set of names
-
n
:
HtmlNode -
The given node
-
names
:
string seq -
The set of names by which to map the elements
-
Returns:
HtmlNode list
Returns true if the current node has an attribute that
matches both the name and the value
Returns true if the current node has an attribute that matches both the name and the value
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name of the attribute
-
value
:
string -
The value of the attribute
-
Returns:
bool
Returns true if the current node has the specified class
Returns true if the current node has the specified class
-
n
:
HtmlNode -
cssClass
:
string
-
Returns:
bool
Tries to select an attribute with the given name from the current node.
Tries to select an attribute with the given name from the current node.
-
n
:
HtmlNode -
The given node
-
name
:
string -
The name of the attribute to select
-
Returns:
HtmlAttribute option