C# Класс System.Xml.XmlDictionaryReader.XmlWrappedReader

Наследование: XmlDictionaryReader, IXmlLineInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
Close ( ) : void
GetAttribute ( int index ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceUri ) : string
HasLineInfo ( ) : bool
IsStartElement ( string name ) : bool
IsStartElement ( string localName, string namespaceUri ) : bool
LookupNamespace ( string namespaceUri ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string namespaceUri ) : bool
MoveToAttribute ( int index ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAs ( Type type, IXmlNamespaceResolver namespaceResolver ) : object
ReadContentAsBase64 ( byte buffer, int offset, int count ) : int
ReadContentAsBinHex ( byte buffer, int offset, int count ) : int
ReadContentAsBoolean ( ) : System.Boolean
ReadContentAsDateTime ( ) : System.DateTime
ReadContentAsDecimal ( ) : Decimal
ReadContentAsDouble ( ) : Double
ReadContentAsFloat ( ) : System.Single
ReadContentAsInt ( ) : Int32
ReadContentAsLong ( ) : System.Int64
ReadContentAsString ( ) : string
ReadElementContentAsBase64 ( byte buffer, int offset, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int offset, int count ) : int
ReadEndElement ( ) : void
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadStartElement ( string name ) : void
ReadStartElement ( string localName, string namespaceUri ) : void
ReadValueChunk ( char chars, int offset, int count ) : int
ResolveEntity ( ) : void
XmlWrappedReader ( XmlReader reader, XmlNamespaceManager nsMgr ) : System
this ( int index ) : string
this ( string name ) : string
this ( string name, string namespaceUri ) : string

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

GetAttribute() публичный Метод

public GetAttribute ( int index ) : string
index int
Результат string

GetAttribute() публичный Метод

public GetAttribute ( string name ) : string
name string
Результат string

GetAttribute() публичный Метод

public GetAttribute ( string name, string namespaceUri ) : string
name string
namespaceUri string
Результат string

HasLineInfo() публичный Метод

public HasLineInfo ( ) : bool
Результат bool

IsStartElement() публичный Метод

public IsStartElement ( string name ) : bool
name string
Результат bool

IsStartElement() публичный Метод

public IsStartElement ( string localName, string namespaceUri ) : bool
localName string
namespaceUri string
Результат bool

LookupNamespace() публичный Метод

public LookupNamespace ( string namespaceUri ) : string
namespaceUri string
Результат string

MoveToAttribute() публичный Метод

public MoveToAttribute ( string name ) : bool
name string
Результат bool

MoveToAttribute() публичный Метод

public MoveToAttribute ( string name, string namespaceUri ) : bool
name string
namespaceUri string
Результат bool

MoveToAttribute() публичный Метод

public MoveToAttribute ( int index ) : void
index int
Результат void

MoveToElement() публичный Метод

public MoveToElement ( ) : bool
Результат bool

MoveToFirstAttribute() публичный Метод

public MoveToFirstAttribute ( ) : bool
Результат bool

MoveToNextAttribute() публичный Метод

public MoveToNextAttribute ( ) : bool
Результат bool

Read() публичный Метод

public Read ( ) : bool
Результат bool

ReadAttributeValue() публичный Метод

public ReadAttributeValue ( ) : bool
Результат bool

ReadContentAs() публичный Метод

public ReadContentAs ( Type type, IXmlNamespaceResolver namespaceResolver ) : object
type System.Type
namespaceResolver IXmlNamespaceResolver
Результат object

ReadContentAsBase64() публичный Метод

public ReadContentAsBase64 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

ReadContentAsBinHex() публичный Метод

public ReadContentAsBinHex ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

ReadContentAsBoolean() публичный Метод

public ReadContentAsBoolean ( ) : System.Boolean
Результат System.Boolean

ReadContentAsDateTime() публичный Метод

public ReadContentAsDateTime ( ) : System.DateTime
Результат System.DateTime

ReadContentAsDecimal() публичный Метод

public ReadContentAsDecimal ( ) : Decimal
Результат Decimal

ReadContentAsDouble() публичный Метод

public ReadContentAsDouble ( ) : Double
Результат Double

ReadContentAsFloat() публичный Метод

public ReadContentAsFloat ( ) : System.Single
Результат System.Single

ReadContentAsInt() публичный Метод

public ReadContentAsInt ( ) : Int32
Результат System.Int32

ReadContentAsLong() публичный Метод

public ReadContentAsLong ( ) : System.Int64
Результат System.Int64

ReadContentAsString() публичный Метод

public ReadContentAsString ( ) : string
Результат string

ReadElementContentAsBase64() публичный Метод

public ReadElementContentAsBase64 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

ReadElementContentAsBinHex() публичный Метод

public ReadElementContentAsBinHex ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

ReadEndElement() публичный Метод

public ReadEndElement ( ) : void
Результат void

ReadInnerXml() публичный Метод

public ReadInnerXml ( ) : string
Результат string

ReadOuterXml() публичный Метод

public ReadOuterXml ( ) : string
Результат string

ReadStartElement() публичный Метод

public ReadStartElement ( string name ) : void
name string
Результат void

ReadStartElement() публичный Метод

public ReadStartElement ( string localName, string namespaceUri ) : void
localName string
namespaceUri string
Результат void

ReadValueChunk() публичный Метод

public ReadValueChunk ( char chars, int offset, int count ) : int
chars char
offset int
count int
Результат int

ResolveEntity() публичный Метод

public ResolveEntity ( ) : void
Результат void

XmlWrappedReader() публичный Метод

public XmlWrappedReader ( XmlReader reader, XmlNamespaceManager nsMgr ) : System
reader XmlReader
nsMgr XmlNamespaceManager
Результат System

this() публичный Метод

public this ( int index ) : string
index int
Результат string

this() публичный Метод

public this ( string name ) : string
name string
Результат string

this() публичный Метод

public this ( string name, string namespaceUri ) : string
name string
namespaceUri string
Результат string