| NodeFilterSHOW_ENTITY Field |
Show Entity nodes. This is meaningful only when creating
an iterator or tree-walker with an Entity node as its
root; in this case, it means that the Entity
node will appear in the first position of the traversal. Since
entities are not part of the document tree, they do not appear when
traversing over the document tree.
Namespace: Aspose.Html.Dom.Traversal.FiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic const long SHOW_ENTITY = 32
Public Const SHOW_ENTITY As Long = 32
public:
literal long long SHOW_ENTITY = 32
static val mutable SHOW_ENTITY: int64
Field Value
Type:
Int64
See Also