Modifier and Type | Class and Description |
---|---|
class |
CommentNode
HTML comment token.
|
class |
ContentNode
HTML text token.
|
class |
DoctypeToken
HTML doctype token.
|
class |
EndTagToken
HTML tag end token.
|
class |
TagNode
XML node tag - basic node of the cleaned HTML tree.
|
class |
TagToken
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).
|
Copyright © 2006–2019. All rights reserved.