C# 클래스 System.Xml.XmlNodeReader

상속: XmlReader, IXmlNamespaceResolver
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int attributeIndex ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
LookupNamespace ( string prefix ) : String
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string namespaceURI ) : bool
MoveToAttribute ( int attributeIndex ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
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
ResolveEntity ( ) : void
Skip ( ) : void
XmlNodeReader ( XmlNode node ) : System

비공개 메소드들

메소드 설명
FinishReadBinary ( ) : void
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : String
IXmlNamespaceResolver ( string namespaceName ) : string
Init ( XmlNode node ) : void
IsInReadingStates ( ) : bool
ReSetReadingMarks ( ) : void
Read ( bool fSkipChildren ) : bool
ReadAtZeroLevel ( bool fSkipChildren ) : bool
ReadForward ( bool fSkipChildren ) : bool
ReadNextNode ( bool fSkipChildren ) : bool
SetEndOfFile ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttribute() 공개 메소드

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

GetAttribute() 공개 메소드

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

GetAttribute() 공개 메소드

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

LookupNamespace() 공개 메소드

public LookupNamespace ( string prefix ) : String
prefix 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 attributeIndex ) : void
attributeIndex 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

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

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

Skip() 공개 메소드

public Skip ( ) : void
리턴 void

XmlNodeReader() 공개 메소드

public XmlNodeReader ( XmlNode node ) : System
node XmlNode
리턴 System