Microsoft® Visual Basic® wrappers are constructed from C++/COM interfaces by:
IDispatch
.Currently, Visual Basic and C++ wrappers are completely disconnected for the user. However, the same coclasses implement both C++ and VB interfaces.
Features handled and recognized by SAXXMLReader are:
"exhaustive-errors"
"http://xml.org/sax/features/external-general-entities"
"http://xml.org/sax/features/external-parameter-entities"
"http://xml.org/sax/features/lexical-handler/parameter-entities"
"http://xml.org/sax/features/namespaces"
"http://xml.org/sax/features/namespace-prefixes"
"preserve-system-identifiers"
"schema-validation"
"server-http-request"
Properties handled and recognized by SAXXMLReader are:
"http://xml.org/sax/properties/lexical-handler"
"http://xml.org/sax/properties/declaration-handler"
"http://xml.org/sax/properties/dom-node"
"http://xml.org/sax/properties/xml-string"
"schemas"
"schema-declaration-handler"
"charset"
"xmldecl-encoding"
"xmldecl-version"
"xmldecl-standalone"
All interfaces are derived from IDispatch
.