Class JsoupTextNode

    • Field Detail

      • textNode

        private TextNode textNode
        The text node.
    • Constructor Detail

      • JsoupTextNode

        public JsoupTextNode​(TextNode textNode)
        Creates a new JsoupTextNode instance.
        Parameters:
        textNode - the text node
    • Method Detail

      • wholeText

        public java.lang.String wholeText()
        Description copied from interface: ITextNode
        Returns all the text.
        Specified by:
        wholeText in interface ITextNode
        Returns:
        the text