Show / Hide Table of Contents

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
IParameterizedSource<TParameter, TResult>.Get(TParameter)

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.

Implements
IParameterizedSource<TParameter, TResult>.Get(TParameter)

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
Back to top Generated by DocFX