Interface TextNode

All Superinterfaces:
Node

public interface TextNode extends Node
  • Method Details

    • getTextContent

      @Nullable @Nullable String getTextContent()
    • setTextContent

      void setTextContent(@Nullable @Nullable String textContent)