|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsugar4j.Sugar4j<Schema2Package>
sugar4xml.Schema2Package
public class Schema2Package
Given an existing w3c XSD schema document, creates a Sugar4Xml subclass for
type-safe creating instance documents of that schema.
| Constructor Summary | |
|---|---|
Schema2Package(String classss,
Reader schema,
String schemaDescription)
Constructor. |
|
| Method Summary | |
|---|---|
void |
doCreate()
Creates the 'sugar'. |
Reader |
getSchema()
Returns the input schema. |
String |
getSchemaDescription()
Returns the brief description used in comments. |
| Constructor Detail |
|---|
public Schema2Package(String classss,
Reader schema,
String schemaDescription)
classss - The full qualified class of the generated java class.schema - The existing schema documentschemaDescription - A brief description for the generated javadoc comments| Method Detail |
|---|
public void doCreate()
Creator
public Reader getSchema()
public String getSchemaDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||