users@jaxb.java.net

Re: Help about "[ERROR] XPath error: null"

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Wed, 1 Jun 2011 09:57:15 +0200

The XML Schema element <xsd:extension base="..."> is one way of creating a
subclass from a superclass. See
http://jaxb.java.net/tutorial/section_2_2_13-Defining-Subtypes.html#Defining%20Subtypes

Adding some "extends X" to a generated class where X has not been generatod
is not a good idea.

-W


On 1 June 2011 09:49, <aeris_at_imirhil.fr> wrote:

> Ok, this is very interesting
>
> And for inheritance, is there any way to declare superclass on
> generated class ?