# File lib/xsd/datatypes.rb, line 1004
1004: definitialize(value = nil)
1005: init(Type, value)
1006: end
Private Instance Methods
screen_data(value)click to toggle source
# File lib/xsd/datatypes.rb, line 1010
1010: defscreen_data(value)
1011: super
1012: if/[\t\r\n]/=~value
1013: raiseValueSpaceError.new("#{ type }: cannot accept '#{ value }'.")
1014: end
1015: value
1016: end