|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schema | |
de.ispsoft.jaxme.generator | |
de.ispsoft.jaxme.generator.decorators | |
de.ispsoft.jaxme.generator.dtd | |
de.ispsoft.jaxme.generator.parselets |
Uses of Schema in de.ispsoft.jaxme.generator |
Methods in de.ispsoft.jaxme.generator that return Schema | |
protected Schema |
XsdSchemaReader.getSchema()
Returns the schema being parsed. |
Schema |
XsdSchemaReader.parse(org.w3c.dom.Node pDocument,
java.lang.String pSystemId)
Called for parsing a schema definition from the given DOM tree. |
Schema |
XsdSchemaReader.parse(org.xml.sax.InputSource pSource)
Called for parsing a schema definition stored in the given InputStream. |
Schema |
SchemaReaderImpl.parse(java.lang.String pFile)
Called for parsing a schema definition stored in the given file or URL. |
abstract Schema |
SchemaReaderImpl.parse(org.xml.sax.InputSource pSource)
Called for parsing a schema definition from the given InputSource. |
Schema |
SchemaReader.parse(java.lang.String pFile)
Called for parsing a schema definition stored in the given file or URL. |
Schema |
SchemaReader.parse(org.xml.sax.InputSource pSource)
Called for parsing a schema definition from the given InputSource . |
Schema |
SchemaElement.getSchema()
|
abstract Schema |
SchemaAnnotationOwner.getSchema()
Returns the schema. |
Schema |
Schema.getSchema()
|
Methods in de.ispsoft.jaxme.generator with parameters of type Schema | |
void |
XsdSchemaWriter.write(Schema pSchema)
Called for writing a complete schema. |
void |
XsdSchemaWriter.write(Schema pSchema,
java.io.Writer pWriter)
Called for writing a complete schema into the given Writer. |
protected SchemaElement |
XsdSchemaReader.findElement(java.lang.String pElementName,
org.w3c.dom.Element pElement,
Schema pSchema,
ParserData pParserData)
|
protected void |
XsdSchemaReader.setSchema(Schema pSchema)
Sets the schema being created. |
void |
XsdSchemaReader.addElementDecoratorFactory(ElementDecoratorFactory pFactory,
Schema pSchema,
ParserData pParserData,
org.w3c.dom.Element pSchemaNode)
Adds a new ElementDecoratorFactory to the list of such factories. |
void |
SourceWriterImpl.write(Schema pSchema)
Called for writing a complete schema. |
void |
SourceWriter.write(Schema pSchema)
Called for writing a complete schema. |
protected java.lang.String |
BeanWriter.generateEjbJar(Schema pSchema)
Generates an ejb-jar file for the generated beans. |
void |
BeanWriter.write(Schema pSchema)
Called for writing a complete schema. |
Uses of Schema in de.ispsoft.jaxme.generator.decorators |
Methods in de.ispsoft.jaxme.generator.decorators with parameters of type Schema | |
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. |
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. |
SourceWriter |
ElementDecoratorFactory.getSourceWriter(Schema pSchema,
ParserData pParserData,
org.w3c.dom.Element pSchemaNode)
Called for creating a SourceWriter. |
Uses of Schema in de.ispsoft.jaxme.generator.dtd |
Methods in de.ispsoft.jaxme.generator.dtd that return Schema | |
Schema |
DTDSchemaReader.parse(org.xml.sax.InputSource pSource)
Reads and parses a DTD from the given Reader pReader. |
Methods in de.ispsoft.jaxme.generator.dtd with parameters of type Schema | |
protected SchemaComplexElement |
DTDSchemaReader.createSchema(Schema pSchema,
DTDElement pDtdElement,
java.util.List pStack)
|
protected void |
DTDSchemaReader.createSchema(Schema pSchema,
java.util.List pDeclarations)
|
Uses of Schema in de.ispsoft.jaxme.generator.parselets |
Methods in de.ispsoft.jaxme.generator.parselets with parameters of type Schema | |
SourceWriter |
SimpleParseletDecoratorFactory.getSourceWriter(Schema pSchema,
ParserData pParserData,
org.w3c.dom.Element pElement)
Called for creating a SourceWriter. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |