| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SchemaException in de.ispsoft.jaxme.generator | 
| Methods in de.ispsoft.jaxme.generator that throw SchemaException | |
 void | 
XsdSchemaReader.parseSimpleType(SchemaAbstractSimpleElement pSimpleElement,
                org.w3c.dom.Element pElement,
                ParserData pParserData)
Called for parsing the simpleType declaration.  | 
 void | 
XsdSchemaReader.addDecorators(SchemaAnnotationOwner pParent,
              SchemaElement pSchemaElement,
              ParserData pParserData,
              org.w3c.dom.Element pElement)
Adds decorators to a generated element or attribute.  | 
protected  SchemaType | 
XsdSchemaReader.findType(java.lang.String pTypeName,
         org.w3c.dom.Element pElement,
         ParserData pParserData,
         boolean pAcceptDefault)
 | 
protected  SchemaElement | 
XsdSchemaReader.findElement(java.lang.String pElementName,
            org.w3c.dom.Element pElement,
            Schema pSchema,
            ParserData pParserData)
 | 
 void | 
XsdSchemaReader.getDefaults(ParserData pParserData,
            org.w3c.dom.Element pNode)
Reads the jaxme:defaults declaration.  | 
protected  void | 
XsdSchemaReader.parseAppInfoDefaultNode(ParserData pParserData,
                        org.w3c.dom.Element pNode)
 | 
 void | 
XsdSchemaReader.addElementDecoratorFactory(ElementDecoratorFactory pFactory,
                           Schema pSchema,
                           ParserData pParserData,
                           org.w3c.dom.Element pSchemaNode)
Adds a new ElementDecoratorFactory to the list of such factories.  | 
protected  void | 
XsdJdbcSchemaReader.parseAppInfoDefaultNode(ParserData pParserData,
                        org.w3c.dom.Element pNode)
 | 
protected  JdbcListMethod | 
XsdJdbcSchemaReader.parseListMethod(JdbcParserData pParserData,
                org.w3c.dom.Element pElement)
 | 
protected  JdbcView | 
XsdJdbcSchemaReader.parseViewNode(JdbcParserData pParserData,
              org.w3c.dom.Element pNode)
 | 
protected  JdbcTable | 
XsdJdbcSchemaReader.parseTableNode(JdbcParserData pParserData,
               org.w3c.dom.Element pNode)
 | 
 void | 
SchemaComplexJdbcElement.setTable(JdbcTable pTable)
Sets the elements table name.  | 
 void | 
SchemaComplexJdbcElement.setView(JdbcView pView)
Adds a new view to the list of generated views.  | 
 void | 
SchemaComplexElement.addAttribute(SchemaAttribute pAttribute)
Adds a new attribute to the list of childs.  | 
 void | 
SchemaComplexElement.setComplexType(int pType)
Sets the structure type of this element.  | 
 int | 
SchemaComplexElement.getComplexType()
Returns the structure type of this element.  | 
protected  JavaClassWriter | 
JdbcJavaSourceWriter.getJavaClassWriter(SchemaElement pElement)
Creates a JavaClassWriter for the given element.  | 
protected  JavaClassWriter | 
JavaSourceWriter.getJavaClassWriter(SchemaElement pElement)
Creates a JavaClassWriter for the given element.  | 
 void | 
ElementRestrictionContainer.addEnumeration(java.lang.String pValue)
 | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.beanwriter | 
| Methods in de.ispsoft.jaxme.generator.beanwriter that throw SchemaException | |
protected  JavaMethod | 
SessionBeanClassWriter.getListMethod(JavaSource pJs,
              JdbcListMethod pMethod)
 | 
 JavaSource | 
EntityBeanClassWriter.generateHome()
Generates the beans home interface.  | 
 JavaSource | 
EntityBeanClassWriter.generateRemote()
Generates the beans remote interface.  | 
 JavaSource | 
EntityBeanClassWriter.generateBean()
Generates the bean class.  | 
protected  JavaMethod | 
EntityBeanClassWriter.getListMethod(JavaSource pJs,
              JdbcListMethod pMethod)
 | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.decorators | 
| Methods in de.ispsoft.jaxme.generator.decorators that throw SchemaException | |
 org.w3c.dom.Element | 
ElementDecoratorFactoryImpl.getSourceWriterDeclaration(Schema pSchema,
                           ParserData pParserData,
                           org.w3c.dom.Element pSchemaNode)
Called for finding a SourceWriter declaration.  | 
protected  SourceWriter | 
ElementDecoratorFactoryImpl.newSourceWriter(Schema pSchema,
                ParserData pParserData,
                org.w3c.dom.Element pSchemaNode,
                org.w3c.dom.Element pSourceWriterNode)
Creates, configures and returns a new SourceWriter, based on the decorator declaration returned by getDecoratorDeclaration(). | 
 SourceWriter | 
ElementDecoratorFactoryImpl.getSourceWriter(Schema pSchema,
                ParserData pParserData,
                org.w3c.dom.Element pSchemaNode)
Called for creating a SourceWriter.  | 
protected  ElementDecorator | 
ElementDecoratorFactoryImpl.newElementDecorator(SchemaAnnotationOwner pParent,
                    SchemaElement pElement,
                    ParserData pParserData,
                    org.w3c.dom.Element pNode,
                    org.w3c.dom.Element pDecoratorNode)
Creates, configures and returns a new decorator, based on the decorator declaration returned by getDecoratorDeclaration(). | 
 ElementDecorator | 
ElementDecoratorFactoryImpl.newDefaultElementDecorator(SchemaAnnotationOwner pParent,
                           SchemaElement pElement,
                           ParserData pParserData,
                           org.w3c.dom.Element pNode)
Called for creating a default ElementDecorator, if getDecoratorDeclaration() returned null. | 
 ElementDecorator | 
ElementDecoratorFactoryImpl.getElementDecorator(SchemaAnnotationOwner pParent,
                    SchemaElement pSchemaElement,
                    ParserData pParserData,
                    org.w3c.dom.Element pNode)
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
  | 
 void | 
ElementDecoratorFactoryImpl.init(Schema pSchema,
     org.w3c.dom.Element pSchemaElement,
     ParserData pParserData,
     org.w3c.dom.Element pFactoryElement)
Called for initializing the factory.  | 
 void | 
ElementDecoratorFactory.init(Schema pSchema,
     org.w3c.dom.Element pSchemaElement,
     ParserData pParserData,
     org.w3c.dom.Element pFactoryElement)
Called for initializing the factory.  | 
 ElementDecorator | 
ElementDecoratorFactory.getElementDecorator(SchemaAnnotationOwner pParent,
                    SchemaElement pSchemaElement,
                    ParserData pParserData,
                    org.w3c.dom.Element pNode)
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
  | 
 SourceWriter | 
ElementDecoratorFactory.getSourceWriter(Schema pSchema,
                ParserData pParserData,
                org.w3c.dom.Element pSchemaNode)
Called for creating a SourceWriter.  | 
 void | 
ElementDecorator.parseAppInfoNode(SchemaAnnotationOwner pParent,
                 SchemaElement pSchemaElement,
                 ParserData pParserData,
                 org.w3c.dom.Element pNode)
Called for parsing a node in an elements xs:appinfo section.  | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.dtd | 
| Methods in de.ispsoft.jaxme.generator.dtd that throw SchemaException | |
protected  SchemaComplexElement | 
DTDSchemaReader.createSchema(Schema pSchema,
             DTDElement pDtdElement,
             java.util.List pStack)
 | 
protected  void | 
DTDSchemaReader.createSchema(Schema pSchema,
             java.util.List pDeclarations)
 | 
protected  void | 
DTDElement.parseChilds(java.util.List pElements,
            java.lang.String pSeparator)
Parses the child list.  | 
 void | 
DTDElement.parseModel()
Parses the model to determine the element type.  | 
 void | 
DTDElement.parseModel(java.util.List pElements)
Parses the model in order to build the list of childs.  | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.javaclasswriter | 
| Methods in de.ispsoft.jaxme.generator.javaclasswriter that throw SchemaException | |
protected  JavaMethod | 
BasicJavaClassWriter.getValidateMeMethod(JavaSource pJs)
Generates the validateMe() method. | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.parselets | 
| Methods in de.ispsoft.jaxme.generator.parselets that throw SchemaException | |
 ElementDecorator | 
SimpleParseletDecoratorFactory.getElementDecorator(SchemaAnnotationOwner pParent,
                    SchemaElement pSchemaElement,
                    ParserData pParserData,
                    org.w3c.dom.Element pNode)
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
  | 
 void | 
ParseletDecoratorImpl.parseAppInfoNode(SchemaAnnotationOwner pParent,
                 SchemaElement pSchemaElement,
                 ParserData pParserData,
                 org.w3c.dom.Element pNode)
Does nothing.  | 
 void | 
ParseletDecoratorImpl.init(SchemaAnnotationOwner pParent,
     SchemaElement pElement,
     ParserData pParserData,
     org.w3c.dom.Element pNode)
Initializes the ParseletDecorator with the settings being read from the various arguments.  | 
 ElementDecorator | 
ParseletDecoratorFactory.getElementDecorator(SchemaAnnotationOwner pParent,
                    SchemaElement pSchemaElement,
                    ParserData pParserData,
                    org.w3c.dom.Element pNode)
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
  | 
 void | 
ParseletDecoratorFactory.init(Schema pSchema,
     org.w3c.dom.Element pSchemaNode,
     ParserData pParserData,
     org.w3c.dom.Element pFactoryNode)
Initializes the ParseletDecoratorFactory.  | 
 void | 
ParseletDecorator.init(SchemaAnnotationOwner pParent,
     SchemaElement pElement,
     ParserData pParserData,
     org.w3c.dom.Element pNode)
Initializes the ParseletDecorator with the settings being read from the various arguments.  | 
 void | 
ComplexParseletDecorator.init(SchemaAnnotationOwner pParent,
     SchemaElement pElement,
     ParserData pParserData,
     org.w3c.dom.Element pNode)
Initializes the ParseletDecorator with the settings being read from the various arguments.  | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.types | 
| Methods in de.ispsoft.jaxme.generator.types that throw SchemaException | |
 void | 
ResourceBundleFormattedType.setDefaultPattern(java.lang.String pPattern)
Sets the default Pattern.  | 
 void | 
ResourceBundleFormattedType.setFormatClass(java.lang.String pFormatClass)
Sets the Formatter class.  | 
 void | 
ResourceBundleFormattedType.setKey(java.lang.String pKey)
Sets the ResourceBundle key.  | 
 void | 
ResourceBundleFormattedType.setNewFormatter(java.lang.String pNewFormatter)
Sets the Java source to create a new Formatter.  | 
 void | 
ResourceBundleFormattedType.setPattern(java.lang.String pPattern)
Sets the Pattern.  | 
 void | 
ResourceBundleFormattedType.setType(java.lang.String pType)
Sets the type, either of "date" or "decimal".  | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.util | 
| Methods in de.ispsoft.jaxme.generator.util that throw SchemaException | |
static void | 
DOM.assignBeanProperties(java.lang.Object pBean,
                     org.w3c.dom.Node pNode)
Treats the attributes and child elements of the given DOM element pElement as bean properties of the
 bean pBean.  | 
static void | 
DOM.assignBeanProperties(java.lang.Object pBean,
                     org.w3c.dom.Node pNode,
                     ReflectResolver pResolver)
 | 
| Uses of SchemaException in de.ispsoft.jaxme.generator.visitors | 
| Methods in de.ispsoft.jaxme.generator.visitors that throw SchemaException | |
 void | 
VisitorDecoratorImpl.parseAppInfoNode(SchemaAnnotationOwner pParent,
                 SchemaElement pSchemaElement,
                 ParserData pParserData,
                 org.w3c.dom.Element pNode)
Called for parsing a node in an elements xs:appinfo section.  | 
 ElementDecorator | 
VisitorDecoratorFactory.newDefaultElementDecorator(SchemaAnnotationOwner pParent,
                           SchemaElement pElement,
                           ParserData pParserData,
                           org.w3c.dom.Element pNode)
Called for creating a default ElementDecorator, if getDecoratorDeclaration() returned null. | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||