public class SchemaGenerator
extends java.lang.Object
Constructor and Description |
---|
SchemaGenerator(Model<?> m) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Class<?> c)
Adds the schema for the XML representation of the given class.
|
void |
generateSchema(javax.xml.transform.Result r)
Generates the complete schema to the specified result.
|
javax.xml.namespace.QName |
getXmlTypeName(java.lang.Class<?> t) |
public SchemaGenerator(Model<?> m)
public void generateSchema(javax.xml.transform.Result r)
public void add(java.lang.Class<?> c)
public javax.xml.namespace.QName getXmlTypeName(java.lang.Class<?> t)
Copyright © 2013. All Rights Reserved.