MapQName | = | XSD::QName.new(ApacheSOAPTypeNamespace, 'Map') |
RubyTypeNamespace | = | 'http://www.ruby-lang.org/xmlns/ruby/type/1.6' |
RubyTypeInstanceNamespace | = | 'http://www.ruby-lang.org/xmlns/ruby/type-instance' |
RubyCustomTypeNamespace | = | 'http://www.ruby-lang.org/xmlns/ruby/type/custom' |
ApacheSOAPTypeNamespace | = | 'http://xml.apache.org/xml-soap' |
EMPTY_OPT | = | {} |
MARSHAL_TAG | = | { String => ['"', 1], Regexp => ['/', 2], Array => ['[', 1], Hash => ['{', 1] |
RubyTypeName | = | XSD::QName.new(RubyTypeInstanceNamespace, 'rubyType') |
RubyExtendName | = | XSD::QName.new(RubyTypeInstanceNamespace, 'extends') |
RubyIVarName | = | XSD::QName.new(RubyTypeInstanceNamespace, 'ivars') |
DefaultRegistry | = | Registry.new |
RubyOriginalRegistry | = | Registry.new(:allow_original_mapping => true) |
Allow only (Letter | ‘_’) (Letter | Digit | ’-’ | ‘_’)* here. Caution: ’.’ is not allowed here. To follow XML spec., it should be NCName.
(denied chars) => .[0-F][0-F] ex. a.b => a.2eb
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.