What are the native driver interfaces?
• NativeInterface.h – Defines the primary interfaces implemented by the native driver, as well as the mechanism used to pass the XML command and event notification documents. • dom.h – Defines a C++ language binding for the Document Object Model (DOM) 1.0 interfaces. • sax.h – Defines a C++ language binding for the Simple Api for Xml (SAX) 1.0 interfaces • OutputStream.h – Defines a java-like stream interface used with several other interfaces. • XmlWriter.h – Defines an interface returned from XmlDocument used to control the serialization of XML. • DriverFilter.h – Defines an interface provided so that drivers can easily use the publisher and subscriber channel Event Filters. • Trace.h – Defines an interface used for drivers to write debugging or informational messages to the DSTrace screen. The native driver primary interfaces are very similar to the Java interfaces. For detailed discussion of each interface see the relevant section in the general FAQ. The native driver interfaces ar