This adapter removes leading and trailing whitespaces, then replace
any tab, CR, and LF by a whitespace character ' '.
author: Kohsuke Kawaguchi since: JAXB 2.0
Method Summary
protected static boolean
isWhiteSpaceExceptSpace(char ch) Returns true if the specified char is a white space character
but not 0x20.