mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/wsdl/xmlSchema/complexContent.rb: missing
ComplexContent#elementformdefault method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7d071c442b
commit
182a95f96b
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Sun Nov 27 00:56:13 2005 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* lib/wsdl/xmlSchema/complexContent.rb: missing
|
||||
ComplexContent#elementformdefault method.
|
||||
|
||||
Sat Nov 26 19:57:45 2005 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* dln.c (conv_to_posix_path): should initialize posix.
|
||||
|
|
|
|||
|
|
@ -33,6 +33,10 @@ class ComplexContent < Info
|
|||
parent.targetnamespace
|
||||
end
|
||||
|
||||
def elementformdefault
|
||||
parent.elementformdefault
|
||||
end
|
||||
|
||||
def basetype
|
||||
@basetype ||= root.collect_complextypes[@base]
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue