C# Class System.Runtime.Serialization.XmlSerializableReader

Inheritance: XmlReader, IXmlLineInfo
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
BeginRead void
EndRead void
IXmlLineInfo bool

Public Methods

Method Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
IsStartElement ( ) : bool
IsStartElement ( string name ) : bool
IsStartElement ( string localname, string ns ) : bool
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToContent ( ) : System.Xml.XmlNodeType
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
ReadContentAsDouble ( ) : double
ReadContentAsInt ( ) : int
ReadContentAsLong ( ) : long
ReadContentAsObject ( ) : object
ReadContentAsString ( ) : string
ReadValueChunk ( char buffer, int index, int count ) : int
ResolveEntity ( ) : void
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

Private Methods

Method Description
BeginRead ( System.Runtime.Serialization.XmlReaderDelegator xmlReader ) : void
EndRead ( ) : void
IXmlLineInfo ( ) : bool

Method Details

Close() public method

public Close ( ) : void
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

IsStartElement() public method

public IsStartElement ( ) : bool
return bool

IsStartElement() public method

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

IsStartElement() public method

public IsStartElement ( string localname, string ns ) : bool
localname string
ns string
return bool

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

MoveToContent() public method

public MoveToContent ( ) : System.Xml.XmlNodeType
return System.Xml.XmlNodeType

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

ReadContentAsDouble() public method

public ReadContentAsDouble ( ) : double
return double

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

ReadValueChunk() public method

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

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

this() public method

public this ( int i ) : string
i int
return string

this() public method

public this ( string name ) : string
name string
return string

this() public method

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