Interface IMicroText

    • Method Detail

      • isElementContentWhitespace

        boolean isElementContentWhitespace()
        Check whether the text node consists solely of whitespaces. This may be helpful in detecting XML that has been indented :)
        Returns:
        true if the text node consists solely of whitespaces (blank, tab etc.).
      • isEscape

        boolean isEscape()
        Returns:
        true if the content of this text node should be masked, and false if not. By default a text node should always be masked.