XML SAX Interfaces (Windows CE 5.0)

Send Feedback

The following table shows the XML SAX interfaces, with a description of the purpose of each.

Programming element Description
IMXAttributes:IDispatch The IMXAttributes interface complements the implementation of the ISAXAttributes interface, allowing you to create and edit, not just query, attribute collections.
IMXReaderControl:IDispatch The IMXReaderControl interface provides limited control of reader behavior.
IMXWriter:IDispatch The IMXWriter interface is a complementary application programming interface (API) to the latest version of the Simple API for XML (SAX2) implementation of the Microsoft XML Parser (MSXML).
ISAXAttributes:IUnknown The ISAXAttributes interface allows access to a list of attributes by the attribute index, the name space-qualified name, and the qualified (prefixed) name.
ISAXContentHandler:IUnknown The ISAXContentHandler interface receives notification of the logical content of a document.
ISAXDeclHandler:IUnknown This is an optional extension handler for Simple API for XML (SAX2) to provide information about DTD declarations in an XML document.
ISAXDTDHandler:IUnknown The ISAXDTDHandler interface receives notification of basic DTD (document type definition)-related events.
ISAXEntityResolver:IUnknown The IVBSAXEntityResolver interface implements a handler to the resolveEntity event which is not called in the current Microsoft XML Parser (MSXML) Simple API for XML (SAX2) implementation because it does not resolve external entities.
ISAXErrorHandler:IUnknown The ISAXErrorHandler interface provides the basic interface for handling parsing errors.
ISAXLexicalHandler:IUnknown The ISAXLexicalHandler interface enables a Simple API for XML (SAX2) application to implement an optional extension handler for receiving information from the SAX2 reader, such as comments, the document type declaration, CDATA sections, and the start and end of an entity within a document.
ISAXLocator:IUnknown The ISAXLocator interface associates a Simple API for XML (SAX) event with a document location.
ISAXXMLFilter:ISAXXMLReader The ISAXXMLFilter interface provides a convenient base for creating an XML filter by passing on all ISAXEntityResolver:IUnknown, ISAXDTDHandler:IUnknown, ISAXContentHandler:IUnknown, and ISAXErrorHandler:IUnknown events automatically.
ISAXXMLReader:IUnknown The XML SAX feature for Microsoft® Windows® CE 5.0 operating system (OS) provides two co-classes that implement the XML Reader interface.

See Also

XML SAX Reference | XML SAX

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.