# File lib/xsd/datatypes.rb, line 1022
1022: definitialize(value = nil)
1023: init(Type, value)
1024: end
Private Instance Methods
screen_data(value)click to toggle source
# File lib/xsd/datatypes.rb, line 1028
1028: defscreen_data(value)
1029: super
1030: if/\A /=~valueor/ \Z/=~valueorvalue.index(' ')
1031: raiseValueSpaceError.new("#{ type }: cannot accept '#{ value }'.")
1032: end
1033: value
1034: end