Files

Class Index [+]

Quicksearch

XSD::XSDNormalizedString

Derived types

Constants

Type

Public Class Methods

new(value = nil) click to toggle source
      # File lib/xsd/datatypes.rb, line 1004
1004:   def initialize(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:   def screen_data(value)
1011:     super
1012:     if /[\t\r\n]/ =~ value
1013:       raise ValueSpaceError.new("#{ type }: cannot accept '#{ value }'.")
1014:     end
1015:     value
1016:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.