Package | Description |
---|---|
org.htmlcleaner |
Modifier and Type | Interface and Description |
---|---|
interface |
HtmlNode
Marker interface denoting nodes of the document tree
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTokenImpl
Base class for all tokens.
|
class |
CData |
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).
|
Modifier and Type | Method and Description |
---|---|
List<? extends BaseToken> |
TagNode.getAllChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
DomSerializer.createSubnodes(Document document,
Element element,
List<? extends BaseToken> tagChildren)
Serialize a given HTML Cleaner node.
|
void |
TagNode.setChildren(List<? extends BaseToken> children) |
Copyright © 2006–2018. All rights reserved.