Interface HtmlNode

All Superinterfaces:
GenericNode<HtmlNode>, Node, Reportable
All Known Implementing Classes:
ASTHtmlCDataNode, ASTHtmlComment, ASTHtmlDocument, ASTHtmlDocumentType, ASTHtmlElement, ASTHtmlTextNode, ASTHtmlXmlDeclaration

public interface HtmlNode extends GenericNode<HtmlNode>