Show / Hide Table of Contents

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 Source

GetReaderSettings()

Gets the reader settings.

Declaration
XmlReaderSettings GetReaderSettings()
Returns
Type Description
System.Xml.XmlReaderSettings

The reader settings.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX