| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SchemaAnnotationOwner | |
| de.ispsoft.jaxme.generator | |
| de.ispsoft.jaxme.generator.decorators | |
| de.ispsoft.jaxme.generator.parselets | |
| de.ispsoft.jaxme.generator.visitors | |
| Uses of SchemaAnnotationOwner in de.ispsoft.jaxme.generator | 
| Subclasses of SchemaAnnotationOwner in de.ispsoft.jaxme.generator | |
 class | 
Schema
A Schema is a list of one or more SchemaElements.  | 
 class | 
SchemaAbstractSimpleElement
Implementation of a simple element.  | 
 class | 
SchemaAttribute
Implementation of an attribute.  | 
 class | 
SchemaComplexElement
Implementation of a complex element.  | 
 class | 
SchemaComplexJdbcElement
An extension of the SchemaComplexElement with additional information related to JDBC.  | 
 class | 
SchemaElement
Represents a single SchemaElement.  | 
 class | 
SchemaSimpleElement
Implementation of a simple element.  | 
| Methods in de.ispsoft.jaxme.generator that return SchemaAnnotationOwner | |
 SchemaAnnotationOwner | 
SchemaElement.getParent()
 | 
| Methods in de.ispsoft.jaxme.generator with parameters of type SchemaAnnotationOwner | |
 void | 
XsdSchemaReader.addDecorators(SchemaAnnotationOwner pParent,
              SchemaElement pSchemaElement,
              ParserData pParserData,
              org.w3c.dom.Element pElement)
Adds decorators to a generated element or attribute.  | 
 void | 
XsdSchemaReader.parseAttributeAttributes(SchemaAnnotationOwner pParent,
                         SchemaAttribute pAttribute,
                         org.w3c.dom.Element pElement,
                         ParserData pParserData)
Parses a single attribute definition.  | 
 void | 
XsdSchemaReader.parseElementAttributes(SchemaAnnotationOwner pParent,
                       SchemaElement pSchemaElement,
                       org.w3c.dom.Element pElement,
                       ParserData pParserData,
                       boolean pGlobal)
Called for parsing the standard attributes from an element or attribute definition.  | 
 SchemaElement | 
XsdSchemaReader.parseElement(SchemaAnnotationOwner pParent,
             org.w3c.dom.Element pElement,
             ParserData pParserData,
             boolean pGlobal)
Called for parsing a single schema element from the given DOM tree.  | 
protected  SchemaComplexElement | 
XsdSchemaReader.newSchemaComplexElement(SchemaAnnotationOwner pParent)
 | 
 SchemaElement | 
XsdJdbcSchemaReader.parseElement(SchemaAnnotationOwner pParent,
             org.w3c.dom.Element pElement,
             ParserData pParserData,
             boolean pGlobal)
Called for parsing a single schema element from the given DOM tree.  | 
protected  SchemaComplexElement | 
XsdJdbcSchemaReader.newSchemaComplexElement(SchemaAnnotationOwner pParent)
 | 
| Constructors in de.ispsoft.jaxme.generator with parameters of type SchemaAnnotationOwner | |
SchemaSimpleElement(SchemaAnnotationOwner pParent)
Creates new SchemaSimpleElement  | 
|
SchemaElement(SchemaAnnotationOwner pParent)
Creates a new SchemaElement instance.  | 
|
SchemaComplexJdbcElement(SchemaAnnotationOwner pParent)
Creates a new instance of SchemaComplexJdbcElement  | 
|
SchemaComplexElement(SchemaAnnotationOwner pParent)
Creates new SchemaComplexElement  | 
|
SchemaAttribute(SchemaAnnotationOwner pParent)
Creates new SchemaSimpleElement  | 
|
SchemaAbstractSimpleElement(SchemaAnnotationOwner pParent)
Creates new SchemaAbstractSimpleElement  | 
|
| Uses of SchemaAnnotationOwner in de.ispsoft.jaxme.generator.decorators | 
| Methods in de.ispsoft.jaxme.generator.decorators with parameters of type SchemaAnnotationOwner | |
protected  org.w3c.dom.Element | 
ElementDecoratorFactoryImpl.getDecoratorDeclaration(SchemaAnnotationOwner pParent,
                        SchemaElement pSchemaElement,
                        ParserData pParserData,
                        org.w3c.dom.Element pNode)
Called for finding a decorator declaration.  | 
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.
  | 
 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.
  | 
 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 SchemaAnnotationOwner in de.ispsoft.jaxme.generator.parselets | 
| Methods in de.ispsoft.jaxme.generator.parselets with parameters of type SchemaAnnotationOwner | |
 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 | 
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 SchemaAnnotationOwner in de.ispsoft.jaxme.generator.visitors | 
| Methods in de.ispsoft.jaxme.generator.visitors with parameters of type SchemaAnnotationOwner | |
 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 | ||||||||||