Class

WSDL::XMLSchema::ComplexType

Inheritance
< Info

Constants

Name   Description
AnyAsElement = Element.new(XSD::QName.new(nil, 'any'), XSD::AnyTypeName)

Attributes

Name Visibility R/W Description
attributes public R
complexcontent public RW
content public R
final public RW
mixed public RW
name public RW
simplecontent public RW

Methods

Class

Visibility Signature
public new (name = nil)

Instance

Visibility Signature
public all_elements= (elements)
public check_type ()
public child_defined_complextype (name)
public child_type (name = nil)
public compoundtype ()
public each_element () {|AnyAsElement| ...}
public elementformdefault ()
public find_aryelement ()
public find_arytype ()
public find_element (name)
public find_element_by_name (name)
public parse_attr (attr, value)
public parse_element (element)
public sequence_elements= (elements)
public targetnamespace ()

Class Method Detail

new(name = nil)

Instance Method Detail

all_elements=(elements)

check_type()

child_defined_complextype(name)

child_type(name = nil)

compoundtype()

each_element() {|AnyAsElement| ...}

elementformdefault()

find_aryelement()

find_arytype()

find_element(name)

find_element_by_name(name)

parse_attr(attr, value)

parse_element(element)

sequence_elements=(elements)

targetnamespace()