Property Parent
Parent
Gets or sets the parent reader. Returns the parent filter, or null if none has been set.
Declaration
IXMLReader Parent { get; set; }
Property Value
Type | Description |
---|---|
IXMLReader |
Remarks
This method allows the application to link or query the parent reader (which may be another filter). It is generally a bad idea to perform any operations on the parent reader directly: they should all pass through this filter.