|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParserData in de.ispsoft.jaxme.generator |
Methods in de.ispsoft.jaxme.generator that return ParserData | |
ParserData |
XsdSchemaReader.newParserData(java.lang.String pTargetNamespace)
Returns a ParserData instance. |
ParserData |
XsdJdbcSchemaReader.newParserData(java.lang.String pTargetNamespace)
|
Methods in de.ispsoft.jaxme.generator with parameters of type ParserData | |
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. |
void |
XsdSchemaReader.parseAttributeAttributes(SchemaAnnotationOwner pParent,
SchemaAttribute pAttribute,
org.w3c.dom.Element pElement,
ParserData pParserData)
Parses a single attribute definition. |
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. |
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.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. |
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)
|
protected void |
XsdSchemaReader.parseAppInfoNode(SchemaElement pSchemaElement,
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.getJdbcDefaults(ParserData pd,
org.w3c.dom.Element pNode)
|
protected void |
XsdJdbcSchemaReader.parseAppInfoDefaultNode(ParserData pParserData,
org.w3c.dom.Element pNode)
|
protected void |
XsdJdbcSchemaReader.parseAppInfoNode(SchemaElement pSchemaElement,
ParserData pParserData,
org.w3c.dom.Element pNode)
|
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. |
Uses of ParserData in de.ispsoft.jaxme.generator.decorators |
Methods in de.ispsoft.jaxme.generator.decorators with parameters of type ParserData | |
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 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 .
|
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 ParserData in de.ispsoft.jaxme.generator.parselets |
Methods in de.ispsoft.jaxme.generator.parselets with parameters of type ParserData | |
SourceWriter |
SimpleParseletDecoratorFactory.getSourceWriter(Schema pSchema,
ParserData pParserData,
org.w3c.dom.Element pElement)
Called for creating a SourceWriter. |
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 .
|
SourceWriter |
ParseletDecoratorFactory.getSourceWriter(Schema pSchema,
ParserData pParserData,
org.w3c.dom.Element pSchemaNode)
Called for creating a SourceWriter. |
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 ParserData in de.ispsoft.jaxme.generator.parserdata |
Subclasses of ParserData in de.ispsoft.jaxme.generator.parserdata | |
class |
JdbcParserData
Holds the JDBC parsers data. |
Constructors in de.ispsoft.jaxme.generator.parserdata with parameters of type ParserData | |
ParserData(ParserData pParserData)
|
|
JdbcParserData(ParserData pParserData)
|
Uses of ParserData in de.ispsoft.jaxme.generator.visitors |
Methods in de.ispsoft.jaxme.generator.visitors with parameters of type ParserData | |
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 |