Files

Class Index [+]

Quicksearch

XSD::XSDAnyURI

Constants

Type

Public Class Methods

new(value = nil) click to toggle source
     # File lib/xsd/datatypes.rb, line 944
944:   def initialize(value = nil)
945:     init(Type, value)
946:   end

Private Instance Methods

screen_data(value) click to toggle source
     # File lib/xsd/datatypes.rb, line 950
950:   def screen_data(value)
951:     begin
952:       URI.parse(value.to_s.strip)
953:     rescue URI::InvalidURIError
954:       raise ValueSpaceError.new("#{ type }: cannot accept '#{ value }'.", $!)
955:     end
956:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.