schema-declaration-handler Property
Specifies an option for registering a schema-based declaration handler with the SAX reader.
JScript Syntax
oSaxReader.putProperty(strProp, oHandlr);
oHandlr = oSaxReader.getProperty(strProp);
Visual Basic Syntax
oSaxReader.putProperty
(strProp, oHandlr)
oHandlr= oSaxReader.getProperty
(strProp)
C/C++ Syntax
HRESULT putProperty(BSTR strProp, VARIANT oHandlr);
HRESULT getProperty(BSTR strProp, VARIANT* oHandlr);
Value
strProp
A BSTR string whose value is "schema-declaration-handler
".
oHandlr
An event handler that implements the IMXSchemaDeclHandler interface.
Remarks
None.
Applies to
Interface: ISAXXMLReader
Method: putProperty | getProperty
Versioning
Implemented in: MSXML 3.0 and later