C# Класс System.Xml.XmlUTF8TextReader

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

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

Метод Описание
Close ( ) : void
HasLineInfo ( ) : bool
Read ( ) : bool
SetInput ( Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : void
SetInput ( byte buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : void
XmlUTF8TextReader ( ) : System

Приватные методы

Метод Описание
BreakText ( byte buffer, int offset, int length ) : int
BufferElement ( ) : void
GetPosition ( int &row, int &column ) : void
IsNextCharacterNonFFFE ( byte buffer, int offset ) : bool
MoveToInitial ( XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : void
ReadAttributeText ( byte buffer, int offset, int offsetMax ) : int
ReadAttributes ( ) : void
ReadCData ( ) : void
ReadCharRef ( ) : int
ReadComment ( ) : void
ReadDeclaration ( ) : void
ReadEndElement ( ) : void
ReadEscapedText ( ) : void
ReadNonFFFE ( ) : void
ReadQualifiedName ( System.Xml.PrefixHandle prefix, System.Xml.StringHandle localName ) : void
ReadStartElement ( ) : void
ReadText ( byte buffer, int offset, int offsetMax ) : int
ReadText ( bool hasLeadingByteOf0xEF ) : void
ReadTextAndWatchForInvalidCharacters ( byte buffer, int offset, int offsetMax ) : int
ReadWhitespace ( byte buffer, int offset, int offsetMax ) : int
ReadWhitespace ( ) : void
SkipWhitespace ( ) : void
VerifyNCName ( string s ) : void

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

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

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

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

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

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

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

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

public SetInput ( Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : void
stream Stream
encoding Encoding
quotas XmlDictionaryReaderQuotas
onClose OnXmlDictionaryReaderClose
Результат void

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

public SetInput ( byte buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : void
buffer byte
offset int
count int
encoding Encoding
quotas XmlDictionaryReaderQuotas
onClose OnXmlDictionaryReaderClose
Результат void

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

public XmlUTF8TextReader ( ) : System
Результат System