Class XamlXmlReader
Inheritance
System.Object
XamlXmlReader
Implements
System.IDisposable
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()
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlXmlReader : XamlReader, IDisposable, IXamlLineInfo
Constructors
|
Improve this Doc
View Source
XamlXmlReader(Stream)
Declaration
public XamlXmlReader(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
|
Improve this Doc
View Source
XamlXmlReader(Stream, XamlSchemaContext)
Declaration
public XamlXmlReader(Stream stream, XamlSchemaContext schemaContext)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(Stream, XamlSchemaContext, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(Stream stream, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(Stream, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(Stream stream, XamlXmlReaderSettings settings)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(TextReader)
Declaration
public XamlXmlReader(TextReader textReader)
Parameters
Type |
Name |
Description |
System.IO.TextReader |
textReader |
|
|
Improve this Doc
View Source
XamlXmlReader(TextReader, XamlSchemaContext)
Declaration
public XamlXmlReader(TextReader textReader, XamlSchemaContext schemaContext)
Parameters
Type |
Name |
Description |
System.IO.TextReader |
textReader |
|
XamlSchemaContext |
schemaContext |
|
|
Improve this Doc
View Source
XamlXmlReader(TextReader, XamlSchemaContext, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(TextReader textReader, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(TextReader, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(TextReader textReader, XamlXmlReaderSettings settings)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(String)
Declaration
public XamlXmlReader(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
|
Improve this Doc
View Source
XamlXmlReader(String, XamlSchemaContext)
Declaration
public XamlXmlReader(string fileName, XamlSchemaContext schemaContext)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(String, XamlSchemaContext, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(string fileName, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(String, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(string fileName, XamlXmlReaderSettings settings)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(XmlReader)
Declaration
public XamlXmlReader(XmlReader xmlReader)
Parameters
Type |
Name |
Description |
System.Xml.XmlReader |
xmlReader |
|
|
Improve this Doc
View Source
XamlXmlReader(XmlReader, XamlSchemaContext)
Declaration
public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaContext)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(XmlReader, XamlSchemaContext, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
Parameters
|
Improve this Doc
View Source
XamlXmlReader(XmlReader, XamlXmlReaderSettings)
Declaration
public XamlXmlReader(XmlReader xmlReader, XamlXmlReaderSettings settings)
Parameters
Properties
|
Improve this Doc
View Source
HasLineInfo
Declaration
public bool HasLineInfo { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEof
Declaration
public override bool IsEof { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
LineNumber
Declaration
public int LineNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LinePosition
Declaration
public int LinePosition { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Member
Declaration
public override XamlMember Member { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Namespace
Declaration
public override NamespaceDeclaration Namespace { get; }
Property Value
Overrides
|
Improve this Doc
View Source
NodeType
Declaration
public override XamlNodeType NodeType { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SchemaContext
Declaration
public override XamlSchemaContext SchemaContext { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Type
Declaration
public override XamlType Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Value
Declaration
public override object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
Methods
|
Improve this Doc
View Source
Read()
Declaration
public override bool Read()
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
System.IDisposable
Extension Methods