|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A source generator for elements or attributes.
| Method Summary | |
void |
generate()
Generates the objects sources. |
Context |
getClassContext()
Returns the objects Context. |
net.sf.jaxme.xs.xml.XsQName |
getName()
Returns the objects name. |
TypeSG |
getTypeSG()
Returns the objects type. |
net.sf.jaxme.js.JavaSource |
getXMLHandler()
If the object is global and complex: Generates its XML handler. |
net.sf.jaxme.js.JavaSource |
getXMLImplementation()
If the object is global and complex: Generates its XML implementation. |
net.sf.jaxme.js.JavaSource |
getXMLInterface()
If the object is global and complex: Generates its XML interface. |
net.sf.jaxme.js.JavaSource |
getXMLSerializer()
If the object is global and complex: Generates its XML serializer. |
| Methods inherited from interface net.sf.jaxme.generator.sg.SGItem |
getFactory, getLocator, getSchema, init |
| Method Detail |
public net.sf.jaxme.xs.xml.XsQName getName()
Returns the objects name.
public Context getClassContext()
Returns the objects Context.
public TypeSG getTypeSG()
Returns the objects type.
public net.sf.jaxme.js.JavaSource getXMLInterface()
throws SAXException
If the object is global and complex: Generates its XML interface.
SAXException
public net.sf.jaxme.js.JavaSource getXMLImplementation()
throws SAXException
If the object is global and complex: Generates its XML implementation.
SAXException
public net.sf.jaxme.js.JavaSource getXMLHandler()
throws SAXException
If the object is global and complex: Generates its XML handler.
SAXException
public net.sf.jaxme.js.JavaSource getXMLSerializer()
throws SAXException
If the object is global and complex: Generates its XML serializer.
SAXException
public void generate()
throws SAXException
Generates the objects sources.
SAXException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||