C# Class System.Xml.XmlNodeReader

Inheritance: XmlReader, IXmlNamespaceResolver
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

GetAttribute() public method

public GetAttribute ( int attributeIndex ) : string
attributeIndex int
return string

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttribute() public method

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string

LookupNamespace() public method

public LookupNamespace ( string prefix ) : String
prefix string
return String

MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool

MoveToAttribute() public method

public MoveToAttribute ( string name, string namespaceURI ) : bool
name string
namespaceURI string
return bool

MoveToAttribute() public method

public MoveToAttribute ( int attributeIndex ) : void
attributeIndex int
return void

MoveToElement() public method

public MoveToElement ( ) : bool
return bool

MoveToFirstAttribute() public method

public MoveToFirstAttribute ( ) : bool
return bool

MoveToNextAttribute() public method

public MoveToNextAttribute ( ) : bool
return bool

Read() public method

public Read ( ) : bool
return bool

ReadAttributeValue() public method

public ReadAttributeValue ( ) : bool
return bool

ReadContentAsBase64() public method

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadContentAsBinHex() public method

public ReadContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadElementContentAsBase64() public method

public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadElementContentAsBinHex() public method

public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadString() public method

public ReadString ( ) : string
return string

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

Skip() public method

public Skip ( ) : void
return void

XmlNodeReader() public method

public XmlNodeReader ( XmlNode node ) : System
node XmlNode
return System