Property TextReader
TextReader
Gets or Sets the character stream for this input source.
Declaration
public virtual TextReader TextReader { get; set; }
Property Value
Type | Description |
---|---|
TextReader |
Remarks
If there is a character stream specified, the SAX parser will ignore any byte stream and will not attempt to open a URI connection to the system identifier.