XmlObject instance =
> schemaTypeObj.newInstance(schemaTypeObj.documentTypes()[0],
> null);
>
> System.out.println(instance.schemaType());
>
> }
>
>
>
XmlObject.Factory.*parse*(*new* File("xsd/testschema.xsd"))};
>
> SchemaTypeSystem schemaTypeObj = XmlBeans.*
> compileXmlBeans*(*null*, *null*, schemaObj, *null*, *null*, *null*, *null*
> );
>
> XmlObject instance =
> schem
[mailto:badger.mailing.l...@gmail.com]
Sent: Monday, January 14, 2013 6:35 AM
To: user@xmlbeans.apache.org
Subject: Re: Converting from using scomp to SchemaTypeLoader.parse(...)
Ok, so I guess no one has ever tried this.
Maybe there's a simpler question:
If I use the SchemaTypeLoader.parse method,
Ok, so I guess no one has ever tried this.
Maybe there's a simpler question:
If I use the SchemaTypeLoader.parse method, I struggle to get information
about the schema from that object. I want to iterate through the attributes
and elements declared in the XSD I'm parsing, but all I seem to get is
4 matches
Mail list logo