Class XmlReaderFactory
Component used to create a new System.Xml.XmlReader for each deserialization operation.
Inheritance
System.Object
    XmlReaderFactory
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: ExtendedXmlSerializer.ExtensionModel.Xml
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class XmlReaderFactory : IXmlReaderFactory, IParameterizedSource<Stream, XmlReader>, IParameterizedSource<TextReader, XmlReader>Constructors
XmlReaderFactory()
Creates a new instance.
Declaration
public XmlReaderFactory()XmlReaderFactory(XmlReaderSettings, XmlParserContext)
Creates a new instance.
Declaration
public XmlReaderFactory(XmlReaderSettings settings, XmlParserContext context)Parameters
| System.Xml.XmlReaderSettings
        settings 
 | 
| System.Xml.XmlParserContext
        context 
 | 
Methods
Get(Stream)
Performs the selection.
Declaration
public XmlReader Get(Stream parameter)Parameters
| System.IO.Stream
        parameter 
 | 
Returns
| System.Xml.XmlReader A value of the return type. | 
Implements
Get(TextReader)
Performs the selection.
Declaration
public XmlReader Get(TextReader parameter)Parameters
| System.IO.TextReader
        parameter 
 | 
Returns
| System.Xml.XmlReader A value of the return type. |