Hi,
my problem is this:
I have a generated with scomp:
Public Interface XmlHolderTypeLib
Public Class XmlHolderTypeLibImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements HolderTypeLib
I need a Class HolderTypeLib that I can load with an xml file
but that have also a lot of other methods that I will add.
The problem is that the XmlHolderTypeLib.Factory.parse(file)
will create a instance of XmlHolderTypeLibImpl.
Is it correct to do (I m not sure because XmlHolderTypeLibImpl is in an impl
package):
Class HolderTypeLib extends XmlHolderTypeLibImpl
and even if it is correct how I will create an instance of HolderTypeLib.
Thanks,
Marouane
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]