| Package | Description |
|---|---|
| org.databene.formats.xsd |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeComplexType
Represents a
ComplexType which composes other ComplexTypes. |
class |
PlainComplexType
Represents a plain
ComplexType of an XML schema. |
| Modifier and Type | Method and Description |
|---|---|
ComplexType |
Schema.getComplexType(String name) |
ComplexType |
ComplexMember.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.addComplexType(ComplexType complexType) |
void |
ComplexMember.setType(ComplexType complexType) |
| Constructor and Description |
|---|
ComplexMember(String name,
ComplexType complexType) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.