Uses of Package
net.sf.jaxme.generator.sg

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

Classes in net.sf.jaxme.generator.sg used by net.sf.jaxme.generator
SchemaSG
          Interface of a source generator for the whole schema.
SGFactory
          Interface of a factory for SG classes.
 

Classes in net.sf.jaxme.generator.sg used by net.sf.jaxme.generator.impl
SchemaSG
          Interface of a source generator for the whole schema.
 

Classes in net.sf.jaxme.generator.sg used by net.sf.jaxme.generator.sg
AtomicTypeSG
           
AttributeSG
          A source generator for attributes.
ComplexContentSG
           
ComplexTypeSG
          Interface of a source generator for complex types.
Context
          A common base interface for items that may enclose a local type.
Facet
           
Facet.Type
           
GroupSG
          Interface of a source generator for model groups.
ListTypeSG
           
ObjectSG
          A source generator for elements or attributes.
ParticleSG
           
PropertySG
           
SchemaSG
          Interface of a source generator for the whole schema.
SGFactory
          Interface of a factory for SG classes.
SGItem
          A common base interface for ComplexTypeSG, ObjectSG, SchemaSG, SimpleTypeSG, and TypeSG.
SGlet
          An SGlet is a tiny source generator used to generate sources in a loop.
SimpleContentSG
           
SimpleTypeSG
          Interface of a source generator for complex types.
TypeSG
          Interface of a source generator for types; applies both to simple and complex types.
UnionTypeSG
           
 

Classes in net.sf.jaxme.generator.sg used by net.sf.jaxme.generator.sg.impl
AtomicTypeSG
           
AttributeSG
          A source generator for attributes.
AttributeSGChain
           
ComplexContentSG
           
ComplexContentSGChain
           
ComplexTypeSG
          Interface of a source generator for complex types.
ComplexTypeSGChain
           
Context
          A common base interface for items that may enclose a local type.
Facet
           
Facet.Type
           
GroupSG
          Interface of a source generator for model groups.
GroupSGChain
           
ListTypeSG
           
ObjectSG
          A source generator for elements or attributes.
ObjectSGChain
           
ParticleSG
           
ParticleSGChain
           
PropertySG
           
PropertySGChain
           
SchemaSG
          Interface of a source generator for the whole schema.
SchemaSGChain
           
SGFactory
          Interface of a factory for SG classes.
SGFactoryChain
           
SGItem
          A common base interface for ComplexTypeSG, ObjectSG, SchemaSG, SimpleTypeSG, and TypeSG.
SGlet
          An SGlet is a tiny source generator used to generate sources in a loop.
SimpleContentSG
           
SimpleContentSGChain
           
SimpleTypeSG
          Interface of a source generator for complex types.
SimpleTypeSGChain
           
TypeSG
          Interface of a source generator for types; applies both to simple and complex types.
TypeSGChain
           
UnionTypeSG
           
 

Classes in net.sf.jaxme.generator.sg used by net.sf.jaxme.generator.types
Context
          A common base interface for items that may enclose a local type.
ListTypeSG
           
SchemaSG
          Interface of a source generator for the whole schema.
SGFactory
          Interface of a factory for SG classes.
SGlet
          An SGlet is a tiny source generator used to generate sources in a loop.
SimpleTypeSG
          Interface of a source generator for complex types.
SimpleTypeSGChain
           
TypeSG
          Interface of a source generator for types; applies both to simple and complex types.
UnionTypeSG