A Sandcastle Documented Class Library |
HtmlNode..::..IsOverlappedClosingElement Method |
HtmlNode Class See Also Send Feedback |
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.