|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SchemaComplexElement in de.ispsoft.jaxme.generator |
Subclasses of SchemaComplexElement in de.ispsoft.jaxme.generator | |
class |
SchemaComplexJdbcElement
An extension of the SchemaComplexElement with additional information related to JDBC. |
Methods in de.ispsoft.jaxme.generator that return SchemaComplexElement | |
protected SchemaComplexElement |
XsdSchemaReader.newSchemaComplexElement(SchemaAnnotationOwner pParent)
|
protected SchemaComplexElement |
XsdJdbcSchemaReader.newSchemaComplexElement(SchemaAnnotationOwner pParent)
|
Methods in de.ispsoft.jaxme.generator with parameters of type SchemaComplexElement | |
void |
XsdSchemaReader.parseAttributeList(SchemaComplexElement pComplexElement,
org.w3c.dom.Element pElement,
ParserData pParserData)
Called for parsing the complexType's attribute list. |
protected void |
XsdSchemaReader.parseElementList(SchemaComplexElement pComplexElement,
org.w3c.dom.Element pElement,
ParserData pParserData)
|
void |
XsdSchemaReader.parseComplexElement(SchemaComplexElement pComplexElement,
org.w3c.dom.Element pElement,
ParserData pParserData)
Called for parsing the complexType declaration. |
void |
SqlField.addContext(SchemaComplexElement pElement)
Adds an element to the context. |
JavaSource |
SourceWriterImpl.newJavaSource(SchemaComplexElement pElement,
java.lang.String pPackage,
java.lang.String pClass,
java.lang.String pProtection)
Creates a new JavaSource object. |
protected void |
SampleWriter.writeComplexElement(SchemaComplexElement pElement,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss)
Writes a complex element to the given writer. |
protected void |
ComparatorWriter.getInnerClasses(JavaSource pJs,
SchemaComplexElement pElement)
|
protected JavaInnerClass |
ComparatorWriter.getInnerClass(int pNum,
JavaSource pJs,
SchemaComplexElement pParent,
SchemaAbstractSimpleElement pElement)
|
protected JavaMethod |
ComparatorWriter.getInitMethod(JavaSource pJs,
SchemaComplexElement pElement)
|
protected java.lang.String |
ComparatorWriter.getComparatorPackageName(SchemaComplexElement pElement)
|
protected java.lang.String |
ComparatorWriter.getComparatorClassName(SchemaComplexElement pElement)
|
protected JavaField |
ComparatorWriter.getTheInstanceField(JavaSource pJs,
SchemaComplexElement pElement)
|
protected JavaMethod |
ComparatorWriter.getGetInstanceMethod(JavaSource pJs,
SchemaComplexElement pElement)
|
protected JavaSource |
ComparatorWriter.getComparatorClass(SchemaComplexElement pElement)
|
Uses of SchemaComplexElement in de.ispsoft.jaxme.generator.beanwriter |
Fields in de.ispsoft.jaxme.generator.beanwriter declared as SchemaComplexElement | |
protected SchemaComplexElement |
EntityBeanClassWriter.element
|
Constructors in de.ispsoft.jaxme.generator.beanwriter with parameters of type SchemaComplexElement | |
SessionBeanClassWriter(SourceWriterImpl pSourceWriter,
SchemaComplexElement pElement)
Creates a new instance of SessionBeanWriter |
|
EntityBeanClassWriter(SourceWriterImpl pSourceWriter,
SchemaComplexElement pElement)
Creates a new instance of EntityBeanWriter |
Uses of SchemaComplexElement in de.ispsoft.jaxme.generator.dtd |
Methods in de.ispsoft.jaxme.generator.dtd that return SchemaComplexElement | |
protected SchemaComplexElement |
DTDSchemaReader.createSchema(Schema pSchema,
DTDElement pDtdElement,
java.util.List pStack)
|
Uses of SchemaComplexElement in de.ispsoft.jaxme.generator.javaclasswriter |
Constructors in de.ispsoft.jaxme.generator.javaclasswriter with parameters of type SchemaComplexElement | |
JdbcViewClassWriter(SourceWriterImpl pSourceWriter,
SchemaComplexElement pElement)
Creates a new instance of JdbcViewClassWriter |
|
JdbcTableClassWriter(SourceWriterImpl pSourceWriter,
SchemaComplexElement pElement)
Creates a new instance of JdbcJavaClassWriter |
|
BasicJavaClassWriter(SourceWriterImpl pSourceWriter,
SchemaComplexElement pElement)
Creates a new instance of BasicJavaClassWriter |
Uses of SchemaComplexElement in de.ispsoft.jaxme.generator.parselets |
Methods in de.ispsoft.jaxme.generator.parselets with parameters of type SchemaComplexElement | |
protected JavaConstructor |
ParseletWriter.getDefaultConstructor(JavaSource pJs,
SchemaComplexElement pElement,
ParseletDecorator pDecorator)
Creates the Parselets default constructor. |
protected JavaMethod |
ParseletWriter.getParseMethod(JavaSource pJs,
SchemaComplexElement pElement,
ParseletDecorator pDecorator)
Creates the "parse" method. |
protected JavaMethod |
ParseletWriter.getSerializeMethod(JavaSource pJs,
SchemaComplexElement pElement,
ParseletDecorator pDecorator)
|
protected JavaSource |
ParseletWriter.createParseletClass(SchemaComplexElement pElement)
Creates the Parselet class for a complex element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |