C# Class System.Xml.Serialization.XmlCountingReader

Inheritance: System.IO.XmlReader, IXmlTextParser, IXmlLineInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
IXmlLineInfo bool
IncrementCount void
XmlCountingReader System.IO

Méthodes publiques

Méthode 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 ( ) : 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 ( ) : System.DateTime
ReadContentAsDouble ( ) : double
ReadContentAsInt ( ) : int
ReadContentAsLong ( ) : long
ReadContentAsObject ( ) : object
ReadContentAsString ( ) : string
ReadElementContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object
ReadElementContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI ) : object
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadElementContentAsBoolean ( ) : bool
ReadElementContentAsBoolean ( string localName, string namespaceURI ) : bool
ReadElementContentAsDateTime ( ) : System.DateTime
ReadElementContentAsDateTime ( string localName, string namespaceURI ) : System.DateTime
ReadElementContentAsDouble ( ) : double
ReadElementContentAsDouble ( string localName, string namespaceURI ) : double
ReadElementContentAsInt ( ) : int
ReadElementContentAsInt ( string localName, string namespaceURI ) : int
ReadElementContentAsLong ( ) : long
ReadElementContentAsLong ( string localName, string namespaceURI ) : long
ReadElementContentAsObject ( ) : object
ReadElementContentAsObject ( string localName, string namespaceURI ) : object
ReadElementContentAsString ( ) : string
ReadElementContentAsString ( string localName, string namespaceURI ) : string
ReadElementString ( ) : string
ReadElementString ( string name ) : string
ReadElementString ( string localname, string ns ) : string
ReadEndElement ( ) : void
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadStartElement ( ) : void
ReadStartElement ( string name ) : void
ReadStartElement ( string localname, string ns ) : void
ReadString ( ) : string
ReadSubtree ( ) : System.IO.XmlReader
ReadToDescendant ( string name ) : bool
ReadToDescendant ( string localName, string namespaceURI ) : bool
ReadToFollowing ( string name ) : bool
ReadToFollowing ( string localName, string namespaceURI ) : bool
ReadToNextSibling ( string name ) : bool
ReadToNextSibling ( string localName, string namespaceURI ) : bool
ReadValueChunk ( char buffer, int index, int count ) : int
ResolveEntity ( ) : void
Skip ( ) : void
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IXmlLineInfo ( ) : bool
IncrementCount ( ) : void
XmlCountingReader ( System.IO.XmlReader xmlReader ) : System.IO

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAttribute() public méthode

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

IsStartElement() public méthode

public IsStartElement ( ) : 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 ns ) : bool
localname string
ns string
Résultat bool

LookupNamespace() public méthode

public LookupNamespace ( string prefix ) : string
prefix 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 ns ) : bool
name string
ns string
Résultat bool

MoveToAttribute() public méthode

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

MoveToContent() public méthode

public MoveToContent ( ) : XmlNodeType
Résultat XmlNodeType

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 returnType, IXmlNamespaceResolver namespaceResolver ) : object
returnType System.Type
namespaceResolver IXmlNamespaceResolver
Résultat object

ReadContentAsBase64() public méthode

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

ReadContentAsBinHex() public méthode

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

ReadContentAsBoolean() public méthode

public ReadContentAsBoolean ( ) : bool
Résultat bool

ReadContentAsDateTime() public méthode

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

ReadContentAsDouble() public méthode

public ReadContentAsDouble ( ) : double
Résultat double

ReadContentAsInt() public méthode

public ReadContentAsInt ( ) : int
Résultat int

ReadContentAsLong() public méthode

public ReadContentAsLong ( ) : long
Résultat long

ReadContentAsObject() public méthode

public ReadContentAsObject ( ) : object
Résultat object

ReadContentAsString() public méthode

public ReadContentAsString ( ) : string
Résultat string

ReadElementContentAs() public méthode

public ReadElementContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object
returnType System.Type
namespaceResolver IXmlNamespaceResolver
Résultat object

ReadElementContentAs() public méthode

public ReadElementContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI ) : object
returnType System.Type
namespaceResolver IXmlNamespaceResolver
localName string
namespaceURI string
Résultat object

ReadElementContentAsBase64() public méthode

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

ReadElementContentAsBinHex() public méthode

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

ReadElementContentAsBoolean() public méthode

public ReadElementContentAsBoolean ( ) : bool
Résultat bool

ReadElementContentAsBoolean() public méthode

public ReadElementContentAsBoolean ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
Résultat bool

ReadElementContentAsDateTime() public méthode

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

ReadElementContentAsDateTime() public méthode

public ReadElementContentAsDateTime ( string localName, string namespaceURI ) : System.DateTime
localName string
namespaceURI string
Résultat System.DateTime

ReadElementContentAsDouble() public méthode

public ReadElementContentAsDouble ( ) : double
Résultat double

ReadElementContentAsDouble() public méthode

public ReadElementContentAsDouble ( string localName, string namespaceURI ) : double
localName string
namespaceURI string
Résultat double

ReadElementContentAsInt() public méthode

public ReadElementContentAsInt ( ) : int
Résultat int

ReadElementContentAsInt() public méthode

public ReadElementContentAsInt ( string localName, string namespaceURI ) : int
localName string
namespaceURI string
Résultat int

ReadElementContentAsLong() public méthode

public ReadElementContentAsLong ( ) : long
Résultat long

ReadElementContentAsLong() public méthode

public ReadElementContentAsLong ( string localName, string namespaceURI ) : long
localName string
namespaceURI string
Résultat long

ReadElementContentAsObject() public méthode

public ReadElementContentAsObject ( ) : object
Résultat object

ReadElementContentAsObject() public méthode

public ReadElementContentAsObject ( string localName, string namespaceURI ) : object
localName string
namespaceURI string
Résultat object

ReadElementContentAsString() public méthode

public ReadElementContentAsString ( ) : string
Résultat string

ReadElementContentAsString() public méthode

public ReadElementContentAsString ( string localName, string namespaceURI ) : string
localName string
namespaceURI string
Résultat string

ReadElementString() public méthode

public ReadElementString ( ) : string
Résultat string

ReadElementString() public méthode

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

ReadElementString() public méthode

public ReadElementString ( string localname, string ns ) : string
localname string
ns string
Résultat string

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 ( ) : void
Résultat void

ReadStartElement() public méthode

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

ReadStartElement() public méthode

public ReadStartElement ( string localname, string ns ) : void
localname string
ns string
Résultat void

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ReadSubtree() public méthode

public ReadSubtree ( ) : System.IO.XmlReader
Résultat System.IO.XmlReader

ReadToDescendant() public méthode

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

ReadToDescendant() public méthode

public ReadToDescendant ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
Résultat bool

ReadToFollowing() public méthode

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

ReadToFollowing() public méthode

public ReadToFollowing ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
Résultat bool

ReadToNextSibling() public méthode

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

ReadToNextSibling() public méthode

public ReadToNextSibling ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
Résultat bool

ReadValueChunk() public méthode

public ReadValueChunk ( char buffer, int index, int count ) : int
buffer char
index int
count int
Résultat int

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

Skip() public méthode

public Skip ( ) : void
Résultat void

this() public méthode

public this ( int i ) : string
i 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