class XSD::XSDIDREF
Constants
- Type
Public Class Methods
new(value = nil)
click to toggle source
# File lib/xsd/datatypes.rb, line 1139 def initialize(value = nil) init(Type, value) end
Private Instance Methods
screen_data(value)
click to toggle source
Calls superclass method
XSD::XSDNCName#screen_data
# File lib/xsd/datatypes.rb, line 1145 def screen_data(value) super # TODO: check lexical space and convert to a value value end