IsOverlappedClosingElement Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Determines if a text corresponds to the closing tag of an node that can be kept overlapped.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static bool IsOverlappedClosingElement(
	string text
)
Visual Basic
Public Shared Function IsOverlappedClosingElement ( _
	text As String _
) As Boolean
Visual C++
public:
static bool IsOverlappedClosingElement(
	String^ text
)

Parameters

text
Type: System..::..String
The text to check. May not be null.

Return Value

true or false.

See Also