public final class HtmlNodeType
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
Comment
An HTML comment.
|
static int |
Document
The root of a document.
|
static int |
Element
An HTML element.
|
static int |
Text
A text node is always the child of an element or a document node.
|
public static final int Document
The root of a document.
public static final int Element
An HTML element.
public static final int Comment
An HTML comment.
public static final int Text
A text node is always the child of an element or a document node.
Copyright © 2016 Aspose. All Rights Reserved.