Determines if an element node 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 CanOverlapElement(
string name
) |
Visual Basic |
---|
Public Shared Function CanOverlapElement ( _
name As String _
) As Boolean |
Visual C++ |
---|
public:
static bool CanOverlapElement(
String^ name
) |
Parameters
- name
- Type: System..::..String
The name of the element node to check. May not be null.
Return Value
true if the name is the name of an element node that can be kept overlapped,
false otherwise.
See Also