# File lib/xsd/datatypes.rb, line 1171
1171: definitialize(value = nil)
1172: init(Type, value)
1173: end
Private Instance Methods
screen_data(value)click to toggle source
# File lib/xsd/datatypes.rb, line 1177
1177: defscreen_data(value)
1178: super
1179: # TODO: check lexical space and convert to a value
1180: value
1181: end