Property Parent
Parent
Gets or sets the parent reader.
Declaration
public IXMLReader Parent { get; set; }
Property Value
Type | Description |
---|---|
IXMLReader |
Implements
Remarks
This is the IXMLReader from which this filter will obtain its events and to which it will pass its configuration requests. The parent may itself be another filter.
If there is no parent reader set, any attempt to parse or to set or get a feature or property will fail.