Share via


ISAXXMLFilter (Compact 2013)

3/26/2014

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

ISAXXMLFilter::getParent Method

Gets the instance of ISAXXMLReader that is the parent of the XML filter.

ISAXXMLFilter::putParent Method

Sets the parent of the filter to an instance of ISAXXMLReader.

Requirements

Header

msxml2.h,
msxml2.idl

Library

uuid.lib

See Also

Reference

XML SAX Interfaces