类 HTMLNode


  • public class HTMLNode
    extends Object
    HTML节点信息
    作者:
    frankcl
    • 字段详细资料

      • 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
      • segmentTextCounts

        public List<Integer> segmentTextCounts
      • parentNode

        public HTMLNode parentNode
    • 构造器详细资料

      • HTMLNode

        public HTMLNode​(org.jsoup.nodes.Node node)