HtmlNodeItemFindNodeText(HtmlNodeItem, String, ObjectCollection) Method
Return a node by text content.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void FindNodeText(
HtmlNodeItem baseNode,
string expression,
ObjectCollection foundList
)
Public Shared Sub FindNodeText (
baseNode As HtmlNodeItem,
expression As String,
foundList As ObjectCollection
)
No code example is currently available or this language may not be supported.
Parameters
- baseNode HtmlNodeItem
-
Base node at which to begin the search. The base node text is assumed
to be an eclosing element, so is not searched.
- expression String
-
Regular expression used to find the text.
- foundList ObjectCollection
-
Collection of items already found.