users@jaxb.java.net

Re: XSD Data types

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Mon, 13 Nov 2006 14:56:43 +0100

Hi.

> Hi, thanks alot to keep answering my question.
>
> I thought I can get the value of the subclass of string, while I need to
> differentiate between Integerexpression and Stringexpression, which both
> are inherited from xsd:string.
>
> Have tried the getSchemaComponent, but couldn't found what method next.
> What API can be called from interface XSComponent. Have no idea.

XSComponent is from the xsom API.
Check this here:
https://xsom.dev.java.net/nonav/javadoc/index.html


Bye.
/lexi