|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
de.ispsoft.jaxme.generator.parselets.ComplexParseletDecorator
Default implementation of a ParseletDecorator for complex elements. Creates a ComplexParselet.
| Constructor Summary | |
ComplexParseletDecorator()
Creates a new instance of ComplexParseletDecorator. |
|
| Method Summary | |
java.lang.String |
getParseletClassName()
Returns the class name of the generated Parselet class. |
java.lang.String |
getParseletPackageName()
Returns the package name of the generated Parselet class. |
void |
init(SchemaAnnotationOwner pParent,
SchemaElement pElement,
ParserData pParserData,
org.w3c.dom.Element pNode)
Initializes the ParseletDecorator with the settings being read from the various arguments. |
| Methods inherited from class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl |
getNewParseletForParse, getNewParseletForSerialize, getParseletQName, parseAppInfoNode, setParseletClassName, setParseletPackageName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComplexParseletDecorator()
Creates a new instance of ComplexParseletDecorator.
| Method Detail |
public void init(SchemaAnnotationOwner pParent,
SchemaElement pElement,
ParserData pParserData,
org.w3c.dom.Element pNode)
throws SchemaException
Initializes the ParseletDecorator with the settings being read from the various arguments.
init in interface ParseletDecoratorinit in class ParseletDecoratorImplSchemaExceptionpublic java.lang.String getParseletPackageName()
Returns the package name of the generated Parselet
class. Defaults to the package name of the generated
JMAnyElement.
getParseletPackageName in interface ParseletDecoratorgetParseletPackageName in class ParseletDecoratorImplpublic java.lang.String getParseletClassName()
Returns the class name of the generated Parselet
class. Defaults to the name of the generated
JMAnyElement class with a concatenated
"Parselet".
getParseletClassName in interface ParseletDecoratorgetParseletClassName in class ParseletDecoratorImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||