DtdAny

ewi <[email protected]> Sun, 27 Oct 2002 07:44:30 +0100
Newsgroups gmane.comp.java.enhydra.zeus
Message-ID <[email protected]>
hy,

I'm having a few errors with the generated classes based on a Dtd, in the dtd "ANY" is used!
i looked more closely and saw that for a "ANY" = "in your uml DTDAny", a Atomicproperty is generated

the xmlName is set to a emptyString and the xmlType is set to "anytype", therefore i get this adder-method:
public void add(AnyType )
= a not compileable Class! 

my question now, is there a way to parameterize, the generator, to get eg.: public void add(Object anyType ) usw.?

how sould anyTypes be handled?

sould the developer change the generated code???

with best wishes
ewi