C# Class System.Xml.XmlSubtreeReader

Inheritance: XmlWrappingReader, IXmlNamespaceResolver
Mostra file Open project: gbarnett/shared-source-cli-2.0

Private Properties

Property Type Description
AddNamespace void
FinishReadContentAsBinary bool
FinishReadContentAsType void
FinishReadElementContentAsBinary bool
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string
InitReadContentAsType void
InitReadElementContentAsBinary bool
MoveToNsAttribute void
ProcessNamespaces void
RemoveNamespace void
SetCurrentNode void
SetEmptyNode void
XmlSubtreeReader System

Public Methods

Method Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadContentAsBoolean ( ) : bool
ReadContentAsDateTime ( ) : DateTime
ReadContentAsDecimal ( ) : decimal
ReadContentAsDouble ( ) : double
ReadContentAsFloat ( ) : float
ReadContentAsInt ( ) : int
ReadContentAsLong ( ) : long
ReadContentAsObject ( ) : object
ReadContentAsString ( ) : string
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadValueChunk ( char buffer, int index, int count ) : int
Skip ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddNamespace ( string prefix, string ns ) : void
FinishReadContentAsBinary ( ) : bool
FinishReadContentAsType ( ) : void
FinishReadElementContentAsBinary ( ) : bool
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string
InitReadContentAsType ( string methodName ) : void
InitReadElementContentAsBinary ( State binaryState ) : bool
MoveToNsAttribute ( int index ) : void
ProcessNamespaces ( ) : void
RemoveNamespace ( string prefix, string localName ) : void
SetCurrentNode ( NodeData node ) : void
SetEmptyNode ( ) : void
XmlSubtreeReader ( XmlReader reader ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAttribute() public method

public GetAttribute ( int i ) : string
i 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 ns ) : bool
name string
ns string
return bool

MoveToAttribute() public method

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

ReadContentAs() public method

public ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object
returnType Type
namespaceResolver IXmlNamespaceResolver
return object

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

ReadContentAsBoolean() public method

public ReadContentAsBoolean ( ) : bool
return bool

ReadContentAsDateTime() public method

public ReadContentAsDateTime ( ) : DateTime
return DateTime

ReadContentAsDecimal() public method

public ReadContentAsDecimal ( ) : decimal
return decimal

ReadContentAsDouble() public method

public ReadContentAsDouble ( ) : double
return double

ReadContentAsFloat() public method

public ReadContentAsFloat ( ) : float
return float

ReadContentAsInt() public method

public ReadContentAsInt ( ) : int
return int

ReadContentAsLong() public method

public ReadContentAsLong ( ) : long
return long

ReadContentAsObject() public method

public ReadContentAsObject ( ) : object
return object

ReadContentAsString() public method

public ReadContentAsString ( ) : string
return string

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

ReadValueChunk() public method

public ReadValueChunk ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

Skip() public method

public Skip ( ) : void
return void