类 CustomCleaner.CleaningVisitor
java.lang.Object
com.publiccms.common.document.CustomCleaner.CleaningVisitor
- 所有已实现的接口:
org.jsoup.select.NodeVisitor
- 封闭类:
CustomCleaner
private final class CustomCleaner.CleaningVisitor
extends Object
implements org.jsoup.select.NodeVisitor
-
字段概要
字段修饰符和类型字段说明private org.jsoup.nodes.Element
private int
private final org.jsoup.nodes.Element
-
构造器概要
构造器限定符构造器说明private
CleaningVisitor
(org.jsoup.nodes.Element root, org.jsoup.nodes.Element destination) -
方法概要
修饰符和类型方法说明private CustomCleaner.ElementMeta
createSafeElement
(org.jsoup.nodes.Element sourceEl) void
head
(org.jsoup.nodes.Node source, int depth) void
tail
(org.jsoup.nodes.Node source, int depth) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.jsoup.select.NodeVisitor
traverse
-
字段详细资料
-
numDiscarded
private int numDiscarded -
root
private final org.jsoup.nodes.Element root -
destination
private org.jsoup.nodes.Element destination
-
-
构造器详细资料
-
CleaningVisitor
private CleaningVisitor(org.jsoup.nodes.Element root, org.jsoup.nodes.Element destination)
-
-
方法详细资料
-
head
public void head(org.jsoup.nodes.Node source, int depth) - 指定者:
head
在接口中org.jsoup.select.NodeVisitor
-
tail
public void tail(org.jsoup.nodes.Node source, int depth) - 指定者:
tail
在接口中org.jsoup.select.NodeVisitor
-
createSafeElement
-