Implemented by
- @mozilla.org/xmlextras/schemas/schemaloader;1
- @mozilla.org/xmlextras/schemas/builtinschemacollection;1
The collection of loaded schemas. If a schema references other schemas (generally through an import), these will be included in the corresponding collection.
[scriptable, uuid(427c5511-941b-48c0-9abc-8ec9ea5d964b)]
interface nsISchemaCollection : nsISupports
Methods
nsISchemaAttribute
getAttribute(in AString name, in AString aNamespace)
nsISchemaElement
getElement(in AString name, in AString aNamespace)
nsISchema
getSchema(in AString targetNamespace)
nsISchemaType
getType(in AString name, in AString aNamespace)
Compare to: