Uses of Interface
net.sf.jaxme.generator.sg.Context

Packages that use Context
net.sf.jaxme.generator.sg   
net.sf.jaxme.generator.sg.impl   
net.sf.jaxme.generator.types   
 

Uses of Context in net.sf.jaxme.generator.sg
 

Methods in net.sf.jaxme.generator.sg that return Context
 Context ObjectSGChain.getClassContext(ObjectSG pController)
           
 Context ObjectSG.getClassContext()
          Returns the objects Context.
 Context GroupSGChain.getClassContext(GroupSG pController)
           
 Context GroupSG.getClassContext()
          Returns the groups Context.
 Context ComplexTypeSGChain.getClassContext(ComplexTypeSG pController)
           
 Context ComplexTypeSG.getClassContext()
          Returns the datatypes runtime type, which is the binding interface.
 

Methods in net.sf.jaxme.generator.sg with parameters of type Context
 TypeSG SGFactoryChain.getTypeSG(SGFactory pController, net.sf.jaxme.xs.XSType p0, Context p1, net.sf.jaxme.xs.xml.XsQName p2)
           
 GroupSG SGFactoryChain.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 ObjectSG SGFactoryChain.getObjectSG(SGFactory pController, net.sf.jaxme.xs.XSElement p0, Context p1)
           
 java.lang.Object SGFactoryChain.newObjectSG(SGFactory pController, net.sf.jaxme.xs.XSElement p0, Context p1)
           
 GroupSG SGFactoryChain.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 java.lang.Object SGFactoryChain.newTypeSG(SGFactory pController, net.sf.jaxme.xs.XSType p0, Context p1, net.sf.jaxme.xs.xml.XsQName p2)
           
 java.lang.Object SGFactory.newObjectSG(net.sf.jaxme.xs.XSElement pElement, Context pContext)
          Creates a new instance of ObjectSG generating the given element in the given context.
 ObjectSG SGFactory.getObjectSG(net.sf.jaxme.xs.XSElement pElement, Context pContext)
          Returns an instance of ObjectSG generating the given element in the given context.
 GroupSG SGFactory.newGroupSG(net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
          Creates a new instance of GroupSG, which is embedded into the given Context.
 GroupSG SGFactory.getGroupSG(net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
          Returns an instance of GroupSG, which is embedded into the given Context.
 java.lang.Object SGFactory.newTypeSG(net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
          Creates a new, local instance of TypeSGChain, generating the given type within the given Context.
 TypeSG SGFactory.getTypeSG(net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
          Returns a local instance of TypeSG generating the given type within the given Context.
 

Uses of Context in net.sf.jaxme.generator.sg.impl
 

Classes in net.sf.jaxme.generator.sg.impl that implement Context
 class AbstractContext
           
 class GlobalContext
           
 class LocalContext
           
 

Methods in net.sf.jaxme.generator.sg.impl that return Context
 Context ObjectSGImpl.getClassContext()
           
 Context ObjectSGChainImpl.getClassContext(ObjectSG pController)
           
 Context JAXBObjectSG.getClassContext(ObjectSG pController)
           
 Context JAXBGroupSG.getClassContext(GroupSG pController)
           
 Context JAXBComplexTypeSG.getClassContext(ComplexTypeSG pController)
           
 Context GroupSGImpl.getClassContext()
           
 Context GroupSGChainImpl.getClassContext(GroupSG pController)
           
 Context ComplexTypeSGImpl.getClassContext()
           
 Context ComplexTypeSGChainImpl.getClassContext(ComplexTypeSG pController)
           
 

Methods in net.sf.jaxme.generator.sg.impl with parameters of type Context
 TypeSG SGFactoryImpl.getTypeSG(net.sf.jaxme.xs.XSType p0, Context p1, net.sf.jaxme.xs.xml.XsQName p2)
           
 GroupSG SGFactoryImpl.getGroupSG(net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 ObjectSG SGFactoryImpl.getObjectSG(net.sf.jaxme.xs.XSElement p0, Context p1)
           
 java.lang.Object SGFactoryImpl.newObjectSG(net.sf.jaxme.xs.XSElement p0, Context p1)
           
 GroupSG SGFactoryImpl.newGroupSG(net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 java.lang.Object SGFactoryImpl.newTypeSG(net.sf.jaxme.xs.XSType p0, Context p1, net.sf.jaxme.xs.xml.XsQName p2)
           
 TypeSG SGFactoryChainImpl.getTypeSG(SGFactory pController, net.sf.jaxme.xs.XSType p0, Context p1, net.sf.jaxme.xs.xml.XsQName p2)
           
 GroupSG SGFactoryChainImpl.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 ObjectSG SGFactoryChainImpl.getObjectSG(SGFactory pController, net.sf.jaxme.xs.XSElement p0, Context p1)
           
 java.lang.Object SGFactoryChainImpl.newObjectSG(SGFactory pController, net.sf.jaxme.xs.XSElement p0, Context p1)
           
 GroupSG SGFactoryChainImpl.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 java.lang.Object SGFactoryChainImpl.newTypeSG(SGFactory pController, net.sf.jaxme.xs.XSType p0, Context p1, net.sf.jaxme.xs.xml.XsQName p2)
           
 java.lang.Object JaxMeJdbcSG.newTypeSG(SGFactory pController, net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
           
 GroupSG JAXBSGFactory.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
           
 GroupSG JAXBSGFactory.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
           
 java.lang.Object JAXBSGFactory.newObjectSG(SGFactory pController, net.sf.jaxme.xs.XSElement pElement, Context pContext)
           
 ObjectSG JAXBSGFactory.getObjectSG(SGFactory pController, net.sf.jaxme.xs.XSElement pElement, Context pContext)
           
 TypeSG JAXBSGFactory.getTypeSG(SGFactory pController, net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
           
 java.lang.Object JAXBSGFactory.newTypeSG(SGFactory pController, net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
           
 

Constructors in net.sf.jaxme.generator.sg.impl with parameters of type Context
LocalContext(Context pContext, java.lang.String pName, net.sf.jaxme.xs.XSObject pJAXBClassOwner, java.lang.String pPrefix, java.lang.String pSuffix)
          Creates a new instance of LocalClassContext.java.
JAXBTypeSG(SGFactory pFactory, SchemaSG pSchema, net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
          Creates a new, local instance of JAXBTypeSG.
JAXBParticleSG(GroupSG pGroup, net.sf.jaxme.xs.XSParticle pParticle, Context pClassContext)
          Creates a new instance of JAXBParticleSG.java.
JAXBObjectSG(SGFactory pFactory, SchemaSG pSchema, net.sf.jaxme.xs.XSAttribute pAttribute, Context pClassContext)
          Creates a new, local instance of JAXBObjectSG, generating the given attribute within the given Context.
JAXBObjectSG(SGFactory pFactory, SchemaSG pSchema, net.sf.jaxme.xs.XSElement pElement, Context pClassContext)
          Creates a new, local instance of JAXBObjectSG, generating the given element within the given Context.
JAXBGroupSG(SGFactory pFactory, SchemaSG pSchema, net.sf.jaxme.xs.XSGroup pGroup, Context pContext)
          Creates a new, local group.
JAXBComplexTypeSG(TypeSG pTypeSG, net.sf.jaxme.xs.XSType pType, Context pContext)
          Constructor for a local type, which is embedded into the enclosing pContext.
 

Uses of Context in net.sf.jaxme.generator.types
 

Constructors in net.sf.jaxme.generator.types with parameters of type Context
UnionTypeSGImpl(SGFactory pFactory, SchemaSG pSchema, net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
          Creates a new instance of UnionTypeSG.
ListTypeSGImpl(SGFactory pFactory, SchemaSG pSchemaSG, net.sf.jaxme.xs.XSType pType, Context pClassContext, net.sf.jaxme.xs.xml.XsQName pName)
          Creates a new instance of ListTypeSG in the given Context.