C# Class System.Xml.XmlDictionaryReader.XmlWrappedReader

Inheritance: XmlDictionaryReader, IXmlLineInfo
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetAttribute() public méthode

public GetAttribute ( int index ) : string
index int
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name ) : string
name string
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name, string namespaceUri ) : string
name string
namespaceUri string
Résultat string

HasLineInfo() public méthode

public HasLineInfo ( ) : bool
Résultat bool

IsStartElement() public méthode

public IsStartElement ( string name ) : bool
name string
Résultat bool

IsStartElement() public méthode

public IsStartElement ( string localName, string namespaceUri ) : bool
localName string
namespaceUri string
Résultat bool

LookupNamespace() public méthode

public LookupNamespace ( string namespaceUri ) : string
namespaceUri string
Résultat string

MoveToAttribute() public méthode

public MoveToAttribute ( string name ) : bool
name string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( string name, string namespaceUri ) : bool
name string
namespaceUri string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( int index ) : void
index int
Résultat void

MoveToElement() public méthode

public MoveToElement ( ) : bool
Résultat bool

MoveToFirstAttribute() public méthode

public MoveToFirstAttribute ( ) : bool
Résultat bool

MoveToNextAttribute() public méthode

public MoveToNextAttribute ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadAttributeValue() public méthode

public ReadAttributeValue ( ) : bool
Résultat bool

ReadContentAs() public méthode

public ReadContentAs ( Type type, IXmlNamespaceResolver namespaceResolver ) : object
type System.Type
namespaceResolver IXmlNamespaceResolver
Résultat object

ReadContentAsBase64() public méthode

public ReadContentAsBase64 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadContentAsBinHex() public méthode

public ReadContentAsBinHex ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadContentAsBoolean() public méthode

public ReadContentAsBoolean ( ) : System.Boolean
Résultat System.Boolean

ReadContentAsDateTime() public méthode

public ReadContentAsDateTime ( ) : System.DateTime
Résultat System.DateTime

ReadContentAsDecimal() public méthode

public ReadContentAsDecimal ( ) : Decimal
Résultat Decimal

ReadContentAsDouble() public méthode

public ReadContentAsDouble ( ) : Double
Résultat Double

ReadContentAsFloat() public méthode

public ReadContentAsFloat ( ) : System.Single
Résultat System.Single

ReadContentAsInt() public méthode

public ReadContentAsInt ( ) : Int32
Résultat System.Int32

ReadContentAsLong() public méthode

public ReadContentAsLong ( ) : System.Int64
Résultat System.Int64

ReadContentAsString() public méthode

public ReadContentAsString ( ) : string
Résultat string

ReadElementContentAsBase64() public méthode

public ReadElementContentAsBase64 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadElementContentAsBinHex() public méthode

public ReadElementContentAsBinHex ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadEndElement() public méthode

public ReadEndElement ( ) : void
Résultat void

ReadInnerXml() public méthode

public ReadInnerXml ( ) : string
Résultat string

ReadOuterXml() public méthode

public ReadOuterXml ( ) : string
Résultat string

ReadStartElement() public méthode

public ReadStartElement ( string name ) : void
name string
Résultat void

ReadStartElement() public méthode

public ReadStartElement ( string localName, string namespaceUri ) : void
localName string
namespaceUri string
Résultat void

ReadValueChunk() public méthode

public ReadValueChunk ( char chars, int offset, int count ) : int
chars char
offset int
count int
Résultat int

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

XmlWrappedReader() public méthode

public XmlWrappedReader ( XmlReader reader, XmlNamespaceManager nsMgr ) : System
reader XmlReader
nsMgr XmlNamespaceManager
Résultat System

this() public méthode

public this ( int index ) : string
index int
Résultat string

this() public méthode

public this ( string name ) : string
name string
Résultat string

this() public méthode

public this ( string name, string namespaceUri ) : string
name string
namespaceUri string
Résultat string