You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by "Ali, Haneef" <ha...@hp.com> on 2005/04/12 22:19:37 UTC

Difference between XmlObject.schemaType(), and XmlObject.type()

Hi,

What is the difference between following schemaType object?
	
	SchemaType lt1 = XmlObject.schemaType();
	SchemaType lt2 = XmlObject.type;

I parsed a xml using XmlObject.parse( File("SomeFile"));, to check the
schematype associated with the parsed object. Both of the schemaType
looks different especailly  Qname, CompexVariety etc.

Also what is  "_textSource"?

Haneef

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org