# File lib/xsd/datatypes.rb, line 1059
1059: definitialize(value = nil)
1060: init(Type, value)
1061: end
Private Instance Methods
screen_data(value)click to toggle source
# File lib/xsd/datatypes.rb, line 1065
1065: defscreen_data(value)
1066: super
1067: # TODO: check lexical space and convert to a value
1068: value
1069: end