Interface TextNode

    • Method Detail

      • getText

        java.lang.String getText()
        Get the text from the node
      • setText

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