|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jaxme.generator.sg.impl.ObjectSGImpl
| Constructor Summary | |
ObjectSGImpl(ObjectSGChain o)
|
|
| Method Summary | |
void |
generate()
Generates the objects sources. |
Context |
getClassContext()
Returns the objects Context. |
SGFactory |
getFactory()
Returns the factory that created this item. |
ObjectSGChain |
getHeadOfChain()
|
Locator |
getLocator()
Returns the items location in the schema; useful for error messages. |
net.sf.jaxme.xs.xml.XsQName |
getName()
Returns the objects name. |
SchemaSG |
getSchema()
Returns the items schema. |
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. |
void |
init()
Initializes the item. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectSGImpl(ObjectSGChain o)
| Method Detail |
public net.sf.jaxme.xs.xml.XsQName getName()
ObjectSGReturns the objects name.
getName in interface ObjectSG
public void generate()
throws SAXException
ObjectSGGenerates the objects sources.
generate in interface ObjectSGSAXExceptionpublic Context getClassContext()
ObjectSGReturns the objects Context.
getClassContext in interface ObjectSGpublic TypeSG getTypeSG()
ObjectSGReturns the objects type.
getTypeSG in interface ObjectSG
public net.sf.jaxme.js.JavaSource getXMLInterface()
throws SAXException
ObjectSGIf the object is global and complex: Generates its XML interface.
getXMLInterface in interface ObjectSGSAXException
public net.sf.jaxme.js.JavaSource getXMLImplementation()
throws SAXException
ObjectSGIf the object is global and complex: Generates its XML implementation.
getXMLImplementation in interface ObjectSGSAXException
public net.sf.jaxme.js.JavaSource getXMLSerializer()
throws SAXException
ObjectSGIf the object is global and complex: Generates its XML serializer.
getXMLSerializer in interface ObjectSGSAXException
public net.sf.jaxme.js.JavaSource getXMLHandler()
throws SAXException
ObjectSGIf the object is global and complex: Generates its XML handler.
getXMLHandler in interface ObjectSGSAXException
public void init()
throws SAXException
SGItemInitializes the item.
init in interface SGItemSAXExceptionpublic Locator getLocator()
SGItemReturns the items location in the schema; useful for error messages.
getLocator in interface SGItempublic SchemaSG getSchema()
SGItemReturns the items schema.
getSchema in interface SGItempublic SGFactory getFactory()
SGItemReturns the factory that created this item.
getFactory in interface SGItempublic ObjectSGChain getHeadOfChain()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||