Class TextUtil


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

      Fields 
      Modifier and Type Field Description
      (package private) static int CHAR_SPACE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TextUtil()  
    • 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
    • Constructor Detail

      • TextUtil

        private TextUtil()
    • 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)