WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
SchemaLoader
This object is available to unprivileged JavaScript. It implements the following interfaces:
Methods
nsISchema load ( AString schemURI )
void loadAsync ( AString schemURI , nsISchemaLoadListener listener )
nsISchema processSchemaElement ( Element element , nsIWebServiceErrorHandler errorHandler )
nsISchema load ( AString schemURI )
- Arguments:
- schemURI
void loadAsync ( AString schemURI , nsISchemaLoadListener listener )
- Arguments:
- schemURI
- listener
nsISchema processSchemaElement ( Element element , nsIWebServiceErrorHandler errorHandler )
- Arguments:
- element
- errorHandler
Reference documentation is generated from Mozilla's source.
