C# 클래스 System.Xml.XmlTextReader

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

Private Properties

프로퍼티 타입 설명
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
GetRemainder ( ) : TextReader
HasLineInfo ( ) : bool
LookupNamespace ( String prefix ) : String
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string localName, string namespaceURI ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadBase64 ( byte array, int offset, int len ) : int
ReadBinHex ( byte array, int offset, int len ) : int
ReadChars ( char buffer, int index, int count ) : int
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadString ( ) : string
ResetState ( ) : void
ResolveEntity ( ) : void
Skip ( ) : void
XmlTextReader ( Stream input ) : System
XmlTextReader ( Stream input, XmlNameTable nt ) : System
XmlTextReader ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
XmlTextReader ( String url, XmlNameTable nt ) : System
XmlTextReader ( TextReader input ) : System
XmlTextReader ( TextReader input, XmlNameTable nt ) : System
XmlTextReader ( string url ) : System
XmlTextReader ( string url, Stream input ) : System
XmlTextReader ( string url, Stream input, XmlNameTable nt ) : System
XmlTextReader ( string url, TextReader input ) : System
XmlTextReader ( string url, TextReader input, XmlNameTable nt ) : System
XmlTextReader ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System

보호된 메소드들

메소드 설명
XmlTextReader ( ) : System
XmlTextReader ( XmlNameTable nt ) : System

비공개 메소드들

메소드 설명
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttribute() 공개 메소드

public GetAttribute ( int i ) : string
i int
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string localName, string namespaceURI ) : string
localName string
namespaceURI string
리턴 string

GetNamespacesInScope() 공개 메소드

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
리턴 string>.IDictionary

GetRemainder() 공개 메소드

public GetRemainder ( ) : TextReader
리턴 TextReader

HasLineInfo() 공개 메소드

public HasLineInfo ( ) : bool
리턴 bool

LookupNamespace() 공개 메소드

public LookupNamespace ( String prefix ) : String
prefix String
리턴 String

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name ) : bool
name string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( int i ) : void
i 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

ReadBase64() 공개 메소드

public ReadBase64 ( byte array, int offset, int len ) : int
array byte
offset int
len int
리턴 int

ReadBinHex() 공개 메소드

public ReadBinHex ( byte array, int offset, int len ) : int
array byte
offset int
len int
리턴 int

ReadChars() 공개 메소드

public ReadChars ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ReadContentAsBase64() 공개 메소드

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadContentAsBinHex() 공개 메소드

public ReadContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadElementContentAsBase64() 공개 메소드

public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadElementContentAsBinHex() 공개 메소드

public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ResetState() 공개 메소드

public ResetState ( ) : void
리턴 void

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

Skip() 공개 메소드

public Skip ( ) : void
리턴 void

XmlTextReader() 보호된 메소드

protected XmlTextReader ( ) : System
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( Stream input ) : System
input Stream
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( Stream input, XmlNameTable nt ) : System
input Stream
nt XmlNameTable
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment Stream
fragType XmlNodeType
context XmlParserContext
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( String url, XmlNameTable nt ) : System
url String
nt XmlNameTable
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( TextReader input ) : System
input TextReader
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( TextReader input, XmlNameTable nt ) : System
input TextReader
nt XmlNameTable
리턴 System

XmlTextReader() 보호된 메소드

protected XmlTextReader ( XmlNameTable nt ) : System
nt XmlNameTable
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( string url ) : System
url string
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( string url, Stream input ) : System
url string
input Stream
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( string url, Stream input, XmlNameTable nt ) : System
url string
input Stream
nt XmlNameTable
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( string url, TextReader input ) : System
url string
input TextReader
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( string url, TextReader input, XmlNameTable nt ) : System
url string
input TextReader
nt XmlNameTable
리턴 System

XmlTextReader() 공개 메소드

public XmlTextReader ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment string
fragType XmlNodeType
context XmlParserContext
리턴 System