Uses of Class
org.apache.commons.betwixt.schema.Schema

Packages that use Schema
org.apache.commons.betwixt.schema WARNING: EXPERIMENTAL Contains classes that generate XML (w3c) schema from Betwixt descriptors. 
 

Uses of Schema in org.apache.commons.betwixt.schema
 

Methods in org.apache.commons.betwixt.schema that return Schema
 Schema SchemaTranscriber.generate(java.lang.Class clazz)
          Generates an XML Schema model for the given class.
 Schema SchemaTranscriber.generate(XMLBeanInfo xmlBeanInfo)
          Generates an XML Schema model from the given XMLBeanInfo
 

Methods in org.apache.commons.betwixt.schema with parameters of type Schema
protected  void GlobalComplexType.fill(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
          Fills the complex type description.
protected  ElementDescriptor ComplexType.fillDescriptor(ElementDescriptor elementDescriptor, Schema schema)
          Fills the given descriptor
protected  void GlobalComplexType.init(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
protected  void ComplexType.init(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
 

Constructors in org.apache.commons.betwixt.schema with parameters of type Schema
ComplexLocalElement(TranscriptionConfiguration configuration, ElementDescriptor descriptor, Schema schema)
           
ComplexType(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
ElementReference(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
GlobalComplexType(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
          Constructs a new ComplexType from the descriptor given.
LocalComplexType(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
LocalElement(ElementDescriptor descriptor, Schema schema)
           
SimpleLocalElement(TranscriptionConfiguration configuration, ElementDescriptor descriptor, Schema schema)
           
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.