IXMLDOMSchemaCollection-XMLSchemaCache Members
The property and methods in the following tables are an extension to the World Wide Web Consortium (W3C) DOM.
Properties
length | Returns the number of namespaces currently in a collection. Read-only. |
namespaceURI | Returns the namespace at the specified index. |
validateOnLoad | Indicates whether schemas will be compiled and validated when loaded into the schema cache. |
Methods
add | Adds a new schema to the schema collection, and associates the given namespace URI with the specified schema. |
addCollection | Adds schemas from another collection into the current collection, and replaces any schemas that collide on the same namespace URI. |
get | Returns a read-only Document Object Model (DOM) node that contains the <Schema> element. |
getDeclaration | Returns E_NOTIMPL. The getDeclaration method is now implemented through the namespaces property of the DOMDocument2 object. |
getSchema | Returns an ISchema object. The schema contains the namespace URI specified in the namespaceURI parameter that is passed to this method. The ISchema interface can be used to further obtain information about the schema object that is returned. |
remove | Removes the specified namespace from a collection. |
validate | Performs run-time validation on the documents in the schema cache that have not been compiled and validated. |
Events
None.