com.fasterxml.aalto.util
Class TextUtil

java.lang.Object
  extended by com.fasterxml.aalto.util.TextUtil

public final class TextUtil
extends Object


Method Summary
static boolean isAllWhitespace(char[] ch, int start, int len, boolean xml11)
           
static boolean isAllWhitespace(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(String str,
                                      boolean xml11)

isAllWhitespace

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


Copyright © 2012 Fasterxml.com. All Rights Reserved.