Interface IGetsXmlReaderSettings
An object which gets the System.Xml.XmlReaderSettings for reading XML documents in ZptSharp.
Namespace: ZptSharp.Dom
Assembly: ZptSharp.Xml.dll
Syntax
public interface IGetsXmlReaderSettings
Methods
| Improve this Doc View SourceGetReaderSettings()
Gets the reader settings.
Declaration
XmlReaderSettings GetReaderSettings()
Returns
Type | Description |
---|---|
System.Xml.XmlReaderSettings | The reader settings. |