ISAXXMLFilter:ISAXXMLReader (Windows CE 5.0)
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 |
---|---|
getParent | This method gets the instance of ISAXXMLReader that is the parent of the XML filter. |
putParent | This method sets the parent of the filter to an instance of ISAXXMLReader. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
ISAXContentHandler | ISAXDTDHandler | ISAXEntityResolver | ISAXErrorHandler
Send Feedback on this topic to the authors