ISAXXMLFilter
A version of this page is also available for
4/8/2010
The ISAXXMLFilter interface provides a convenient base for creating an XML filter by passing on all ISAXEntityResolver, ISAXDTDHandler, ISAXContentHandler, and ISAXErrorHandler events automatically. An XML filter is like an XML reader, except that it obtains its events from another XML reader rather than a primary source, such as an XML document or a database. Filters can modify a stream of events as they pass on to their final application.
Method | Description |
---|---|
Gets the instance of ISAXXMLReader that is the parent of the XML filter. |
|
Sets the parent of the filter to an instance of ISAXXMLReader. |
Requirements
Header | msxml2.h, msxml2.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |