C# 클래스 System.Xml.XmlDictionaryReader.XmlWrappedReader

상속: XmlDictionaryReader, IXmlLineInfo
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

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