Exemplo n.º 1
0
 /**
  * Apply the whitespace normalization rules for this simple type
  *
  * @param value the string before whitespace normalization
  * @return the string after whitespace normalization
  */
 public String applyWhitespaceNormalization(String value) {
   return Whitespace.collapseWhitespace(value).toString();
 }