$49 GRAYBYTE WORDPRESS FILE MANAGER $51

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby18/lib64/ruby/1.8/wsdl/xmlSchema/

HOME
Current File : /opt/alt/ruby18/lib64/ruby/1.8/wsdl/xmlSchema//element.rb
# WSDL4R - XMLSchema element definition for WSDL.
# Copyright (C) 2002, 2003, 2005  NAKAMURA, Hiroshi <[email protected]>.

# This program is copyrighted free software by NAKAMURA, Hiroshi.  You can
# redistribute it and/or modify it under the same terms of Ruby's license;
# either the dual license version in 2003, or any later version.


require 'wsdl/info'


module WSDL
module XMLSchema


class Element < Info
  class << self
    if RUBY_VERSION > "1.7.0"
      def attr_reader_ref(symbol)
        name = symbol.to_s
        define_method(name) {
          instance_variable_get("@#{name}") ||
            (refelement ? refelement.__send__(name) : nil)
        }
      end
    else
      def attr_reader_ref(symbol)
        name = symbol.to_s
        module_eval <<-EOS
          def #{name}
            @#{name} || (refelement ? refelement.#{name} : nil)
          end
        EOS
      end
    end
  end

  attr_writer :name	# required
  attr_writer :form
  attr_writer :type
  attr_writer :local_simpletype
  attr_writer :local_complextype
  attr_writer :constraint
  attr_writer :maxoccurs
  attr_writer :minoccurs
  attr_writer :nillable

  attr_reader_ref :name
  attr_reader_ref :form
  attr_reader_ref :type
  attr_reader_ref :local_simpletype
  attr_reader_ref :local_complextype
  attr_reader_ref :constraint
  attr_reader_ref :maxoccurs
  attr_reader_ref :minoccurs
  attr_reader_ref :nillable

  attr_accessor :ref

  def initialize(name = nil, type = nil)
    super()
    @name = name
    @form = nil
    @type = type
    @local_simpletype = @local_complextype = nil
    @constraint = nil
    @maxoccurs = '1'
    @minoccurs = '1'
    @nillable = nil
    @ref = nil
    @refelement = nil
  end

  def refelement
    @refelement ||= (@ref ? root.collect_elements[@ref] : nil)
  end

  def targetnamespace
    parent.targetnamespace
  end

  def elementformdefault
    parent.elementformdefault
  end

  def elementform
    self.form.nil? ? parent.elementformdefault : self.form
  end

  def parse_element(element)
    case element
    when SimpleTypeName
      @local_simpletype = SimpleType.new
      @local_simpletype
    when ComplexTypeName
      @type = nil
      @local_complextype = ComplexType.new
      @local_complextype
    when UniqueName
      @constraint = Unique.new
      @constraint
    else
      nil
    end
  end

  def parse_attr(attr, value)
    case attr
    when NameAttrName
      # namespace may be nil
      if directelement? or elementform == 'qualified'
        @name = XSD::QName.new(targetnamespace, value.source)
      else
        @name = XSD::QName.new(nil, value.source)
      end
    when FormAttrName
      @form = value.source
    when TypeAttrName
      @type = value
    when RefAttrName
      @ref = value
    when MaxOccursAttrName
      if parent.is_a?(All)
	if value.source != '1'
	  raise Parser::AttrConstraintError.new(
            "cannot parse #{value} for #{attr}")
	end
      end
      @maxoccurs = value.source
    when MinOccursAttrName
      if parent.is_a?(All)
	unless ['0', '1'].include?(value.source)
	  raise Parser::AttrConstraintError.new(
            "cannot parse #{value} for #{attr}")
	end
      end
      @minoccurs = value.source
    when NillableAttrName
      @nillable = (value.source == 'true')
    else
      nil
    end
  end

private

  def directelement?
    parent.is_a?(Schema)
  end
end


end
end


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.48 PM
root / linksafe
0755
all.rb
1.147 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
annotation.rb
0.587 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
any.rb
1.063 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
attribute.rb
2.521 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
choice.rb
1.15 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
complexContent.rb
1.849 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
complexType.rb
2.911 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
content.rb
1.591 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
data.rb
3.252 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
element.rb
3.313 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
enumeration.rb
0.63 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
import.rb
1.424 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
importer.rb
2.18 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
include.rb
0.99 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
length.rb
0.58 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
parser.rb
3.913 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
pattern.rb
0.627 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
schema.rb
3.02 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
sequence.rb
1.152 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
simpleContent.rb
1.146 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
simpleExtension.rb
0.916 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
simpleRestriction.rb
1.456 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
simpleType.rb
1.373 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
unique.rb
0.57 KB
12 Feb 2007 11.01 PM
root / linksafe
0644
xsd2ruby.rb
2.082 KB
12 Feb 2007 11.01 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF