Class TextUtil


  • public final class TextUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isAllWhitespace​(char[] ch, int start, int len, boolean xml11)  
      static boolean isAllWhitespace​(java.lang.String str, boolean xml11)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isAllWhitespace

        public static boolean isAllWhitespace​(java.lang.String str,
                                              boolean xml11)
      • isAllWhitespace

        public static boolean isAllWhitespace​(char[] ch,
                                              int start,
                                              int len,
                                              boolean xml11)