[This feature was first implemented for MSXML 4.0.]
Used to register schemas with the SAX reader.
oSaxReader.putProperty(strProp, oCache); oCache = oSaxReader.getProperty(strProp);
oSaxReader.putProperty(strProp, oCache) oCache = oSaxReader.getProperty(strProp)
HRESULT putProperty(BSTR strProp, VARIANT oCache); HRESULT getProperty(BSTR strProp, VARIANT oCache);
A BSTR string whose value is "schemas".
schemas
An object of IXMLDOMSchemaCollection/XMLSchemaCache type.
When the SAX reader is actively parsing, this property is limited to read-only access. Otherwise, if the SAX reader is not actively parsing, full (read/write) access is permitted.
Interface: ISAXXMLReader
Method: putProperty | getProperty
Implemented in: MSXML 4.0 and later