Package | Description |
---|---|
org.htmlcleaner |
Modifier and Type | Class | Description |
---|---|---|
class |
CData |
|
class |
CommentNode |
HTML comment token.
|
class |
ContentNode |
HTML text token.
|
class |
DoctypeToken |
HTML doctype token.
|
class |
TagNode |
XML node tag - basic node of the cleaned HTML tree.
|
Modifier and Type | Method | Description |
---|---|---|
int |
TagNode.getChildIndex(HtmlNode child) |
|
void |
TagNode.insertChild(int index,
HtmlNode childToAdd) |
Inserts specified node at specified position in array of children
|
void |
TagNode.insertChildAfter(HtmlNode node,
HtmlNode nodeToInsert) |
Inserts specified node in the list of children after specified child
|
void |
TagNode.insertChildBefore(HtmlNode node,
HtmlNode nodeToInsert) |
Inserts specified node in the list of children before specified child
|
boolean |
TagNodeVisitor.visit(TagNode parentNode,
HtmlNode htmlNode) |
Action to be performed on single node in the tree
|
Copyright © 2006–2018. All rights reserved.