C# 클래스 System.Xml.XmlUTF8TextReader

상속: XmlBaseReader, IXmlLineInfo, IXmlTextReaderInitializer
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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