Package | Description |
---|---|
org.apache.commons.betwixt.schema |
WARNING: EXPERIMENTAL
Contains classes that generate XML (w3c) schema
from
Betwixt descriptors. |
Modifier and Type | Method and Description |
---|---|
GlobalComplexType |
Schema.addGlobalComplexType(TranscriptionConfiguration configuration,
ElementDescriptor elementDescriptor)
Adds a new global complex type definition matching the given element descriptor.
|
GlobalComplexType |
GlobalElement.getComplexType()
Gets the anonymous type definition for this element, if one exists.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.addComplexType(GlobalComplexType complexType)
Adds a new complex type to those defined
|
void |
GlobalElement.setComplexType(GlobalComplexType type)
Sets the anonymous type definition for this element
|
Constructor and Description |
---|
ElementReference(String string,
GlobalComplexType complexType) |
GlobalElement(String name,
GlobalComplexType complexType) |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.