|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.stapler.export.SchemaGenerator
public class SchemaGenerator
Generates XML Schema that describes the XML representation of exported beans.
Constructor Summary | |
---|---|
SchemaGenerator(Model<?> m)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaGenerator(Model<?> m)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |