Class WhiteSpaceProcessor.Preserve
java.lang.Object
com.sun.msv.datatype.xsd.WhiteSpaceProcessor
com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Preserve
- All Implemented Interfaces:
Serializable
- Enclosing class:
WhiteSpaceProcessor
-
Field Summary
FieldsFields inherited from class WhiteSpaceProcessor
theCollapse, thePreserve, theReplace -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WhiteSpaceProcessor
collapse, get, isWhiteSpace, readResolve, replace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Preserve
private Preserve()
-
-
Method Details
-
process
Description copied from class:WhiteSpaceProcessorreturns whitespace normalized text. behavior varies on what normalization mode is used.- Specified by:
processin classWhiteSpaceProcessor
-
tightness
int tightness()Description copied from class:WhiteSpaceProcessorhigher return value indicates tigher constraint- Specified by:
tightnessin classWhiteSpaceProcessor
-
getName
Description copied from class:WhiteSpaceProcessorgets the name of the white space processing mode. It is one of "preserve","collapse", or "replace".- Specified by:
getNamein classWhiteSpaceProcessor
-