public class SGFactoryChainImpl extends java.lang.Object implements SGFactoryChain
| Modifier | Constructor and Description |
|---|---|
protected |
SGFactoryChainImpl(SGFactoryChain o) |
protected SGFactoryChainImpl(SGFactoryChain o)
public Generator getGenerator(SGFactory pController)
getGenerator in interface SGFactoryChainpublic void init(SGFactory pController)
init in interface SGFactoryChainpublic XsObjectFactory newXsObjectFactory(SGFactory pController) throws org.xml.sax.SAXException
newXsObjectFactory in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic XSObjectFactory newXSObjectFactory(SGFactory pController) throws org.xml.sax.SAXException
newXSObjectFactory in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic java.lang.Object newSchemaSG(SGFactory pController, XSSchema pSchema) throws org.xml.sax.SAXException
newSchemaSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic SchemaSG getSchemaSG(SGFactory pController, XSSchema pSchema) throws org.xml.sax.SAXException
getSchemaSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic SchemaSG getSchemaSG(SGFactory pController)
getSchemaSG in interface SGFactoryChainpublic java.lang.Object newObjectSG(SGFactory pController, XSElement pElement) throws org.xml.sax.SAXException
newObjectSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic ObjectSG getObjectSG(SGFactory pController, XSElement pElement) throws org.xml.sax.SAXException
getObjectSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic java.lang.Object newObjectSG(SGFactory pController, XSElement pElement, Context pContext) throws org.xml.sax.SAXException
newObjectSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic ObjectSG getObjectSG(SGFactory pController, XSElement pElement, Context pContext) throws org.xml.sax.SAXException
getObjectSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic java.lang.Object newObjectSG(SGFactory pController, XSAny any)
newObjectSG in interface SGFactoryChainpublic ObjectSG getObjectSG(SGFactory pController, XSAny pWildcard, Context pContext) throws org.xml.sax.SAXException
getObjectSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic GroupSG newGroupSG(SGFactory pController, XSGroup pGroup) throws org.xml.sax.SAXException
newGroupSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic GroupSG getGroupSG(SGFactory pController, XSGroup pGroup) throws org.xml.sax.SAXException
getGroupSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic GroupSG newGroupSG(SGFactory pController, XSGroup pGroup, Context pClassContext) throws org.xml.sax.SAXException
newGroupSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic GroupSG getGroupSG(SGFactory pController, XSGroup pGroup, Context pClassContext) throws org.xml.sax.SAXException
getGroupSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic java.lang.Object newTypeSG(SGFactory pController, XSType pType, JAXBProperty.BaseType pBaseType) throws org.xml.sax.SAXException
newTypeSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic TypeSG getTypeSG(SGFactory pController, XSType pType, JAXBProperty.BaseType pBaseType) throws org.xml.sax.SAXException
getTypeSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic java.lang.Object newTypeSG(SGFactory pController, XSType pType, Context pClassContext, XsQName pName, JAXBProperty.BaseType pBaseType) throws org.xml.sax.SAXException
newTypeSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic TypeSG getTypeSG(SGFactory pController, XSType pType, Context pClassContext, XsQName pName, JAXBProperty.BaseType pBaseType) throws org.xml.sax.SAXException
getTypeSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic java.lang.Object newTypeSG(SGFactory pController, XSType pType, XsQName pName, JAXBProperty.BaseType pBaseType) throws org.xml.sax.SAXException
newTypeSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic TypeSG getTypeSG(SGFactory pController, XSType pType, XsQName pName, JAXBProperty.BaseType pBaseType) throws org.xml.sax.SAXException
getTypeSG in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic XSParser newXSParser(SGFactory pController) throws org.xml.sax.SAXException
newXSParser in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic Facet newFacet(SGFactory pController, XSType pType, XSEnumeration[] pEnumerations) throws org.xml.sax.SAXException
newFacet in interface SGFactoryChainorg.xml.sax.SAXExceptionpublic GroupSG[] getGroups(SGFactory pController)
getGroups in interface SGFactoryChainpublic TypeSG[] getTypes(SGFactory pController)
getTypes in interface SGFactoryChainpublic ObjectSG[] getObjects(SGFactory pController)
getObjects in interface SGFactoryChain