Loading...
Element whiteSpace
Facet whiteSpace constrains the value space of types derived from string such that the various behaviors specified in Attribute Value Normalization in [XML] are realized.
Members Table
The following table lists the members exposed by the whiteSpace object.
Show inherited members (marked with *)
Show:
Attribute
Description
fixed
Specifies whether facet is fixed.
Acceptable values:
Value
Description
true
The facet is fixed.
false
The facet is not fixed. This is the default.
value
Defines the value space.
Acceptable values:
Value
Description
preserve
No normalization is done, the value is not changed.
replace
All occurrences of #x9 (tab), #xA (line feed) and #xD (carriage return) are replaced with #x20 (space).
collapse
After the processing implied by replace, contiguous sequences of #x20's are collapsed to a single #x20, and leading and trailing #x20's are removed.
Property
Type
Readonly
Description
Method
Returns
Description
Event
B
C
Interface
Description
Constant
Value
Description
Please enable JavaScript to view the comments powered by Disqus.