HtmlElementFlag Enumeration | 
 
            Flags that describe the behavior of an Element node.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntax[FlagsAttribute]
public enum HtmlElementFlag
<FlagsAttribute>
Public Enumeration HtmlElementFlag
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | CData | 1 | 
            The node is a CDATA node.
             | 
 | Empty | 2 | 
            The node is empty. META or IMG are example of such nodes.
             | 
 | Closed | 4 | 
            The node will automatically be closed during parsing.
             | 
 | CanOverlap | 8 | 
            The node can overlap.
             | 
See Also