All Implemented Interfaces:
XmlString
All Known Implementing Classes:
XmlToken, XmlNCName, XmlIdImpl, XmlTokenImpl, XmlIDREF, XmlENTITY, XmlNormalizedStringImpl, XmlLanguage, XmlNMTOKEN, XmlName, XmlNameImpl, XmlNCNameImpl, XmlID, XmlNmTokenImpl, XmlIdRefImpl, XmlLanguageImpl, XmlEntityImpl
An normalizedString simply is a string where all the carriage return, linefeed, and tab characters have been normalized (switched to) ordinary space characters. Use normalizedString for long strings to make them insensitive to line breaking. If you wish to often be insensitive to runs of whitespace (as is often the case), use xs:token (aka XmlToken ) instead.
Convertible to String . When obtaining the stringValue, the whitespace-normalized value is returned.
| Nested Class Summary: | ||
|---|---|---|
| public static final class | XmlNormalizedString.Factory | A class with methods for creating instances of {@link XmlNormalizedString}. |
| Field Summary | ||
|---|---|---|
| public static final SchemaType | type | The constant SchemaType object representing this schema type. |