Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an optional extension handler for declaration events.
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 "http://xml.org/sax/properties/lexical-handler
".
oHandlr
An object of ISAXXMLDeclHandler type.
Remarks
None.
Applies to
Interface: ISAXXMLReader
Method: putProperty | getProperty
Versioning
Implemented in: MSXML 3.0 and later