Files

Class/Module Index [+]

Quicksearch

XSD::XSDString

Primitive datatypes.

Constants

Type

Public Class Methods

new(value = nil) click to toggle source
# File lib/xsd/datatypes.rb, line 191
def initialize(value = nil)
  init(Type, value)
end
strict_ces_validation() click to toggle source
# File lib/xsd/datatypes.rb, line 201
def self.strict_ces_validation
  @@strict_ces_validation
end
strict_ces_validation=(strict_ces_validation) click to toggle source
# File lib/xsd/datatypes.rb, line 197
def self.strict_ces_validation=(strict_ces_validation)
  @@strict_ces_validation = strict_ces_validation
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.