IXMLDOMSchemaCollection2/XMLDOMSchemaCollection Members
[Visual Basic, Script]
The following table shows the methods of this interface.
[C/C++]
The following table show the methods of this interface.
This interface inherits from XMLDOMSchemaCollection
.
Methods
getSchema | Returns an ISchema object that uses the namespace URI sent to this method. |
getDeclaration | Returns a DOM node for an element or attribute of the ISchema object sent to this method. |
validate | Returns a Boolean value indicating whether the validation of the schema document succeeded or failed. |
Properties
validateOnLoad | Returns a Boolean value indicating whether the schema is to be validated when it is loaded into the schema cache, or if validation will occur when the validate method is called. |
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button in the upper-left corner of the page.
See Also
IXMLDOMSchemaCollection2/XMLSchemaCache