com.sun.msv.datatype.xsd
public abstract class WhiteSpaceProcessor extends Object implements Serializable
Field Summary | |
---|---|
static WhiteSpaceProcessor | theCollapse |
static WhiteSpaceProcessor | thePreserve |
static WhiteSpaceProcessor | theReplace |
Method Summary | |
---|---|
static String | collapse(String str) |
abstract String | getName()
gets the name of the white space processing mode.
|
abstract String | process(String text)
returns whitespace normalized text.
behavior varies on what normalization mode is used. |
static String | replace(String str) |