SchemaType.getSourceName()

2008-02-14 Thread Denis.Sitnitsa
Hi, everybody! Doesn anybody know how can I decode the result of SchemaType.getSourceName() method? Regards, Denis. Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you

RE: SchemaType.getSourceName()

2008-02-14 Thread Denis.Sitnitsa
Hi Jacob, I know what does this method return. But the result is encoded. Look at the example below: file_3A_2FC_3A_2Fmy_5Fxsd/datetime.xsd The question is how to decode it? For now I do it such a way: path = path.replaceAll(_2F, /); path = path.replaceAll(_2E, .);

Imported, included schemas

2008-03-18 Thread Denis.Sitnitsa
Hi All! I'm using XMLBeans to validate xsd schemas, according to specified rules. I need to implement the feature to show where the user can find exception. I'm trying to get file name using SchemaType.getSourceName() method. As I have understood, I have the result converted by QNameHelper.java

Imported, included schemas

2008-03-18 Thread Denis.Sitnitsa
Hi All! I'm using XMLBeans to validate xsd schemas, according to specified rules. I need to implement the feature to show where the user can find exception. I'm trying to get file name using SchemaType.getSourceName() method. As I have understood, I have the result converted by

RE: Imported, included schemas

2008-03-19 Thread Denis.Sitnitsa
getResourceByName. What is this? Method of what? -Original Message- From: Radu Preotiuc-Pietro [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:49 AM To: user@xmlbeans.apache.org Subject: Re: Imported, included schemas I think that this has been covered, but

RE: Imported, included schemas

2008-03-19 Thread Denis.Sitnitsa
What is this? I mean method getResourceByName(). What is it belong to? Which class? -Original Message- From: Radu Preotiuc-Pietro [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:49 AM To: user@xmlbeans.apache.org Subject: Re: Imported, included schemas I think that this

RE: Imported, included schemas

2008-03-19 Thread Denis.Sitnitsa
returns the path to the Schema file inside the jar that it came from I don't use jar files. I open my xsd schemas with my types, elements, etc -Original Message- From: Radu Preotiuc-Pietro [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:49 AM To: