Interface TextNode

    • Method Detail

      • getText

        String getText()
        Get the text from the node
      • setText

        Node setText​(String text)
        Change the text of the node. When necessary, the text will be escaped before writing it to the output stream.