Interface XSAny

    • Method Detail

      • getTextContent

        @Nullable
        String getTextContent()
        Gets the text content for the DOM Element.
        Returns:
        the text content for the DOM Element, or null
      • setTextContent

        void setTextContent​(@Nullable
                            String newContent)
        Sets the text content for the DOM Element.
        Parameters:
        newContent - the text content for the DOM Element