Returns the SchemaElement object associated with the schema with
the given string name and object. The second argument is meant to
help define the context for loading of the schema and can be a
FileObject[] or FileObject for use in the IDE or a ClassLoader for
use at runtime. Note that if if FileObject[] is used, the first match
is returned if it's not already in the cache. It might be extended
later to accept a Project as well. Any other non-null value for the
second argument will result in an UnsupportedOperationException.
Parameters: name - the schema name Parameters: obj - the schema context the SchemaElement object for the given schema name
Returns the SchemaElement object associated with the schema with the given string name.
Parameters: name - the schema name the SchemaElement object for the given schema name