public class ObjectSGChainImpl extends java.lang.Object implements ObjectSGChain
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectSGChainImpl(ObjectSGChain o) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(ObjectSG pController) |
Context |
getClassContext(ObjectSG pController) |
SGFactory |
getFactory(ObjectSG pController) |
org.xml.sax.Locator |
getLocator(ObjectSG pController) |
XsQName |
getName(ObjectSG pController) |
SchemaSG |
getSchema(ObjectSG pController) |
TypeSG |
getTypeSG(ObjectSG pController) |
JavaSource |
getXMLHandler(ObjectSG pController) |
JavaSource |
getXMLImplementation(ObjectSG pController) |
JavaSource |
getXMLInterface(ObjectSG pController) |
JavaSource |
getXMLSerializer(ObjectSG pController) |
void |
init(ObjectSG pController) |
boolean |
isGlobal(ObjectSG pController) |
protected ObjectSGChainImpl(ObjectSGChain o)
public XsQName getName(ObjectSG pController)
getName in interface ObjectSGChainpublic Context getClassContext(ObjectSG pController)
getClassContext in interface ObjectSGChainpublic TypeSG getTypeSG(ObjectSG pController)
getTypeSG in interface ObjectSGChainpublic JavaSource getXMLInterface(ObjectSG pController) throws org.xml.sax.SAXException
getXMLInterface in interface ObjectSGChainorg.xml.sax.SAXExceptionpublic JavaSource getXMLImplementation(ObjectSG pController) throws org.xml.sax.SAXException
getXMLImplementation in interface ObjectSGChainorg.xml.sax.SAXExceptionpublic JavaSource getXMLHandler(ObjectSG pController) throws org.xml.sax.SAXException
getXMLHandler in interface ObjectSGChainorg.xml.sax.SAXExceptionpublic JavaSource getXMLSerializer(ObjectSG pController) throws org.xml.sax.SAXException
getXMLSerializer in interface ObjectSGChainorg.xml.sax.SAXExceptionpublic void generate(ObjectSG pController) throws org.xml.sax.SAXException
generate in interface ObjectSGChainorg.xml.sax.SAXExceptionpublic boolean isGlobal(ObjectSG pController) throws org.xml.sax.SAXException
isGlobal in interface ObjectSGChainorg.xml.sax.SAXExceptionpublic SGFactory getFactory(ObjectSG pController)
getFactory in interface ObjectSGChainpublic SchemaSG getSchema(ObjectSG pController)
getSchema in interface ObjectSGChainpublic org.xml.sax.Locator getLocator(ObjectSG pController)
getLocator in interface ObjectSGChainpublic void init(ObjectSG pController) throws org.xml.sax.SAXException
init in interface ObjectSGChainorg.xml.sax.SAXException