类 HTMLNode
- java.lang.Object
-
- xin.manong.weapon.base.html.HTMLNode
-
public class HTMLNode extends Object
HTML节点信息- 作者:
- frankcl
-
-
字段概要
字段 修饰符和类型 字段 说明 intanchorNodeCountintanchorTextCountList<HTMLNode>childNodesdoubledensityorg.jsoup.nodes.NodenodeintnodeCountintparagraphNodeCountHTMLNodeparentNodedoublescoreList<Integer>segmentTextCountsdoublesumDensityinttextCount
-
构造器概要
构造器 构造器 说明 HTMLNode(org.jsoup.nodes.Node node)
-
-
-
字段详细资料
-
textCount
public int textCount
-
anchorTextCount
public int anchorTextCount
-
nodeCount
public int nodeCount
-
anchorNodeCount
public int anchorNodeCount
-
paragraphNodeCount
public int paragraphNodeCount
-
density
public double density
-
sumDensity
public double sumDensity
-
score
public double score
-
node
public org.jsoup.nodes.Node node
-
parentNode
public HTMLNode parentNode
-
-