|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SchemaSG | |
| 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 | |
| Uses of SchemaSG in net.sf.jaxme.generator |
| Methods in net.sf.jaxme.generator that return SchemaSG | |
SchemaSG |
SchemaReader.parse(InputSource pSource)
Called for parsing a schema definition from the given Reader. |
SchemaSG |
Generator.generate(java.io.File pFile)
Starts the Generator on the given File. |
SchemaSG |
Generator.generate(java.net.URL pURL)
Starts the Generator on the given URL. |
SchemaSG |
Generator.generate(InputSource pSource)
Starts the Generator on the given Reader. |
| Uses of SchemaSG in net.sf.jaxme.generator.impl |
| Methods in net.sf.jaxme.generator.impl that return SchemaSG | |
SchemaSG |
GeneratorImpl.generate(InputSource pSource)
|
SchemaSG |
GeneratorImpl.generate(java.io.File pFile)
Opens the given file, calls the specified SchemaReaders () method and SourceWriters write() method. |
SchemaSG |
GeneratorImpl.generate(java.net.URL pURL)
Opens the given URL, calls the specified SchemaReaders () method and SourceWriters write() method. |
| Uses of SchemaSG in net.sf.jaxme.generator.sg |
| Methods in net.sf.jaxme.generator.sg that return SchemaSG | |
SchemaSG |
TypeSGChain.getSchema(TypeSG pController)
|
SchemaSG |
SimpleTypeSGChain.getSchema(SimpleTypeSG pController)
|
SchemaSG |
SGItem.getSchema()
Returns the items schema. |
SchemaSG |
SGFactoryChain.newSchemaSG(SGFactory pController,
net.sf.jaxme.xs.XSSchema p0)
|
SchemaSG |
SGFactoryChain.getSchemaSG(SGFactory pController,
net.sf.jaxme.xs.XSSchema p0)
|
SchemaSG |
SGFactoryChain.getSchemaSG(SGFactory pController)
|
SchemaSG |
SGFactory.newSchemaSG(net.sf.jaxme.xs.XSSchema pSchema)
Creates a new instance of SchemaSG generating the
given schema. |
SchemaSG |
SGFactory.getSchemaSG(net.sf.jaxme.xs.XSSchema pSchema)
Returns an instance of SchemaSG generating the
given schema. |
SchemaSG |
SGFactory.getSchemaSG()
Returns the factorys instance of SchemaSG. |
SchemaSG |
SchemaSGChain.getSchema(SchemaSG pController)
|
SchemaSG |
ObjectSGChain.getSchema(ObjectSG pController)
|
SchemaSG |
GroupSGChain.getSchema(GroupSG pController)
|
SchemaSG |
AttributeSGChain.getSchema(AttributeSG pController)
|
| Methods in net.sf.jaxme.generator.sg with parameters of type SchemaSG | |
TypeSG |
SchemaSGChain.getType(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName p0)
|
void |
SchemaSGChain.generate(SchemaSG pController)
|
GroupSG[] |
SchemaSGChain.getGroups(SchemaSG pController)
|
ObjectSG[] |
SchemaSGChain.getElements(SchemaSG pController)
|
GroupSG |
SchemaSGChain.getGroup(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName p0)
|
java.lang.String |
SchemaSGChain.getCollectionType(SchemaSG pController)
|
TypeSG[] |
SchemaSGChain.getTypes(SchemaSG pController)
|
ObjectSG[] |
SchemaSGChain.getObjects(SchemaSG pController)
|
ObjectSG |
SchemaSGChain.getElement(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName p0)
|
net.sf.jaxme.js.JavaSourceFactory |
SchemaSGChain.getJavaSourceFactory(SchemaSG pController)
|
boolean |
SchemaSGChain.isBindingStyleModelGroup(SchemaSG pController)
|
boolean |
SchemaSGChain.isChoiceContentProperty(SchemaSG pController)
|
boolean |
SchemaSGChain.isFailFastCheckEnabled(SchemaSG pController)
|
boolean |
SchemaSGChain.isJavaNamingConventionsEnabled(SchemaSG pController)
|
boolean |
SchemaSGChain.isFixedAttributeConstantProperty(SchemaSG pController)
|
boolean |
SchemaSGChain.isGeneratingIsSetMethod(SchemaSG pController)
|
boolean |
SchemaSGChain.isUnderscoreWordSeparator(SchemaSG pController)
|
net.sf.jaxme.xs.jaxb.JAXBJavaType[] |
SchemaSGChain.getJAXBJavaTypes(SchemaSG pController)
|
net.sf.jaxme.xs.xml.XsQName[] |
SchemaSGChain.getTypesafeEnumBase(SchemaSG pController)
|
void |
SchemaSGChain.generateJaxbProperties(SchemaSG pController)
|
void |
SchemaSGChain.init(SchemaSG pController)
|
Locator |
SchemaSGChain.getLocator(SchemaSG pController)
|
SchemaSG |
SchemaSGChain.getSchema(SchemaSG pController)
|
SGFactory |
SchemaSGChain.getFactory(SchemaSG pController)
|
| Uses of SchemaSG in net.sf.jaxme.generator.sg.impl |
| Classes in net.sf.jaxme.generator.sg.impl that implement SchemaSG | |
class |
SchemaSGImpl
|
| Methods in net.sf.jaxme.generator.sg.impl that return SchemaSG | |
SchemaSG |
TypeSGImpl.getSchema()
|
SchemaSG |
TypeSGChainImpl.getSchema(TypeSG pController)
|
SchemaSG |
SimpleTypeSGImpl.getSchema()
|
SchemaSG |
SimpleTypeSGChainImpl.getSchema(SimpleTypeSG pController)
|
SchemaSG |
SGFactoryImpl.newSchemaSG(net.sf.jaxme.xs.XSSchema p0)
|
SchemaSG |
SGFactoryImpl.getSchemaSG(net.sf.jaxme.xs.XSSchema p0)
|
SchemaSG |
SGFactoryImpl.getSchemaSG()
|
SchemaSG |
SGFactoryChainImpl.newSchemaSG(SGFactory pController,
net.sf.jaxme.xs.XSSchema p0)
|
SchemaSG |
SGFactoryChainImpl.getSchemaSG(SGFactory pController,
net.sf.jaxme.xs.XSSchema p0)
|
SchemaSG |
SGFactoryChainImpl.getSchemaSG(SGFactory pController)
|
SchemaSG |
SchemaSGImpl.getSchema()
|
SchemaSG |
SchemaSGChainImpl.getSchema(SchemaSG pController)
|
SchemaSG |
ObjectSGImpl.getSchema()
|
SchemaSG |
ObjectSGChainImpl.getSchema(ObjectSG pController)
|
SchemaSG |
JAXBTypeSG.getSchema(TypeSG pController)
|
SchemaSG |
JAXBSGItem.getSchema()
|
SchemaSG |
JAXBSGFactory.getSchemaSG(SGFactory pController,
net.sf.jaxme.xs.XSSchema pSchema)
|
SchemaSG |
JAXBSGFactory.getSchemaSG(SGFactory pController)
|
SchemaSG |
JAXBSGFactory.newSchemaSG(SGFactory pController,
net.sf.jaxme.xs.XSSchema pSchema)
|
SchemaSG |
JAXBSchemaSG.getSchema(SchemaSG pController)
|
SchemaSG |
JAXBSchemaReader.parse(InputSource pSource)
|
SchemaSG |
JAXBObjectSG.getSchema(ObjectSG pController)
|
SchemaSG |
JAXBGroupSG.getSchema(GroupSG pController)
|
SchemaSG |
GroupSGImpl.getSchema()
|
SchemaSG |
GroupSGChainImpl.getSchema(GroupSG pController)
|
SchemaSG |
AttributeSGImpl.getSchema()
|
SchemaSG |
AttributeSGChainImpl.getSchema(AttributeSG pController)
|
| Methods in net.sf.jaxme.generator.sg.impl with parameters of type SchemaSG | |
TypeSG |
SchemaSGChainImpl.getType(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName p0)
|
void |
SchemaSGChainImpl.generate(SchemaSG pController)
|
GroupSG[] |
SchemaSGChainImpl.getGroups(SchemaSG pController)
|
ObjectSG[] |
SchemaSGChainImpl.getElements(SchemaSG pController)
|
GroupSG |
SchemaSGChainImpl.getGroup(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName p0)
|
java.lang.String |
SchemaSGChainImpl.getCollectionType(SchemaSG pController)
|
TypeSG[] |
SchemaSGChainImpl.getTypes(SchemaSG pController)
|
ObjectSG[] |
SchemaSGChainImpl.getObjects(SchemaSG pController)
|
ObjectSG |
SchemaSGChainImpl.getElement(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName p0)
|
net.sf.jaxme.js.JavaSourceFactory |
SchemaSGChainImpl.getJavaSourceFactory(SchemaSG pController)
|
boolean |
SchemaSGChainImpl.isBindingStyleModelGroup(SchemaSG pController)
|
boolean |
SchemaSGChainImpl.isChoiceContentProperty(SchemaSG pController)
|
boolean |
SchemaSGChainImpl.isFailFastCheckEnabled(SchemaSG pController)
|
boolean |
SchemaSGChainImpl.isJavaNamingConventionsEnabled(SchemaSG pController)
|
boolean |
SchemaSGChainImpl.isFixedAttributeConstantProperty(SchemaSG pController)
|
boolean |
SchemaSGChainImpl.isGeneratingIsSetMethod(SchemaSG pController)
|
boolean |
SchemaSGChainImpl.isUnderscoreWordSeparator(SchemaSG pController)
|
net.sf.jaxme.xs.jaxb.JAXBJavaType[] |
SchemaSGChainImpl.getJAXBJavaTypes(SchemaSG pController)
|
net.sf.jaxme.xs.xml.XsQName[] |
SchemaSGChainImpl.getTypesafeEnumBase(SchemaSG pController)
|
void |
SchemaSGChainImpl.generateJaxbProperties(SchemaSG pController)
|
void |
SchemaSGChainImpl.init(SchemaSG pController)
|
Locator |
SchemaSGChainImpl.getLocator(SchemaSG pController)
|
SchemaSG |
SchemaSGChainImpl.getSchema(SchemaSG pController)
|
SGFactory |
SchemaSGChainImpl.getFactory(SchemaSG pController)
|
SchemaSG |
JAXBSchemaSG.getSchema(SchemaSG pController)
|
Locator |
JAXBSchemaSG.getLocator(SchemaSG pController)
|
SGFactory |
JAXBSchemaSG.getFactory(SchemaSG pController)
|
void |
JAXBSchemaSG.init(SchemaSG pController)
|
TypeSG |
JAXBSchemaSG.getType(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName pName)
|
GroupSG[] |
JAXBSchemaSG.getGroups(SchemaSG pController)
|
GroupSG |
JAXBSchemaSG.getGroup(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName pName)
|
TypeSG[] |
JAXBSchemaSG.getTypes(SchemaSG pController)
|
ObjectSG[] |
JAXBSchemaSG.getObjects(SchemaSG pController)
|
ObjectSG |
JAXBSchemaSG.getElement(SchemaSG pController,
net.sf.jaxme.xs.xml.XsQName pName)
|
java.lang.String |
JAXBSchemaSG.getCollectionType(SchemaSG pController)
|
net.sf.jaxme.js.JavaSourceFactory |
JAXBSchemaSG.getJavaSourceFactory(SchemaSG pController)
|
void |
JAXBSchemaSG.generate(SchemaSG pController)
|
ObjectSG[] |
JAXBSchemaSG.getElements(SchemaSG pController)
|
boolean |
JAXBSchemaSG.isBindingStyleModelGroup(SchemaSG pController)
|
boolean |
JAXBSchemaSG.isChoiceContentProperty(SchemaSG pController)
|
boolean |
JAXBSchemaSG.isFailFastCheckEnabled(SchemaSG pController)
|
boolean |
JAXBSchemaSG.isJavaNamingConventionsEnabled(SchemaSG pController)
|
boolean |
JAXBSchemaSG.isFixedAttributeConstantProperty(SchemaSG pController)
|
boolean |
JAXBSchemaSG.isGeneratingIsSetMethod(SchemaSG pController)
|
boolean |
JAXBSchemaSG.isUnderscoreWordSeparator(SchemaSG pController)
|
net.sf.jaxme.xs.jaxb.JAXBJavaType[] |
JAXBSchemaSG.getJAXBJavaTypes(SchemaSG pController)
|
net.sf.jaxme.xs.xml.XsQName[] |
JAXBSchemaSG.getTypesafeEnumBase(SchemaSG pController)
|
protected java.lang.String |
JAXBSchemaSG.generateConfigFile(SchemaSG pController,
java.lang.String pPackageName,
java.util.List pContextList)
|
void |
JAXBSchemaSG.generateJaxbProperties(SchemaSG pController)
|
| Constructors in net.sf.jaxme.generator.sg.impl with parameters of type SchemaSG | |
JAXBTypeSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new, global instance of JAXBTypeSG. |
|
JAXBTypeSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType,
net.sf.jaxme.xs.xml.XsQName pName)
|
|
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. |
|
JAXBSGItem(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSObject pObject)
|
|
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)
Creates a new, global instance of JAXBObjectSG, generating the given element. |
|
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. |
|
JAXBObjectSG(SGFactory pFactory,
SchemaSG pSchema,
TypeSG pComplexType,
net.sf.jaxme.xs.XSSimpleContentType pContainer,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of JAXBObjectSG generating the given simple content pContent of the given complex type
pComplexType. |
|
JAXBGroupSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSGroup pGroup)
Creates a new, global group. |
|
JAXBGroupSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSGroup pGroup,
Context pContext)
Creates a new, local group. |
|
| Uses of SchemaSG in net.sf.jaxme.generator.types |
| Methods in net.sf.jaxme.generator.types that return SchemaSG | |
SchemaSG |
SimpleTypeSGImpl.getSchema(SimpleTypeSG pController)
|
| Constructors in net.sf.jaxme.generator.types with parameters of type SchemaSG | |
UnsignedShortSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of UnsignedShortSG. |
|
UnsignedIntSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of UnsignedIntSG. |
|
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. |
|
TimeSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of TimeSG. |
|
StringSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of StringTypeSG.java. |
|
SimpleTypeSGImpl(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of SimpleTypeSGImpl. |
|
ShortSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of LongSG. |
|
QNameSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of QNameSG. |
|
PrimitiveTypeSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of PrimitiveTypeSG.java. |
|
LongSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of LongSG. |
|
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. |
|
IntSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of LongSG. |
|
IntegerSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of IntegerSG. |
|
IDSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of IDSG. |
|
IDREFSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of IDREFSG. |
|
HexBinarySG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of HexBinarySG. |
|
FloatSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of FloatSG. |
|
DurationSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of DateTimeSG.java. |
|
DoubleSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of DoubleSG. |
|
DecimalSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of DecimalSG. |
|
DateTimeSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of DurationSG. |
|
DateSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of DateSG. |
|
ByteSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of LongSG. |
|
BooleanSG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of BooleanSG.java. |
|
Base64BinarySG(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of Base64BinarySG. |
|
AtomicTypeSGImpl(SGFactory pFactory,
SchemaSG pSchema,
net.sf.jaxme.xs.XSType pType)
Creates a new instance of AtomicTypeSGImpl. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||