C# Class System.Xml.XmlTextReader

Inheritance: XmlReader, IXmlLineInfo
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
GetRemainder ( ) : TextReader
HasLineInfo ( ) : bool
LookupNamespace ( String prefix ) : String
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string localName, string namespaceURI ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadBase64 ( byte array, int offset, int len ) : int
ReadBinHex ( byte array, int offset, int len ) : int
ReadChars ( char buffer, int index, int count ) : int
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
ResetState ( ) : void
ResolveEntity ( ) : void
Skip ( ) : void
XmlTextReader ( Stream input ) : System
XmlTextReader ( Stream input, XmlNameTable nt ) : System
XmlTextReader ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
XmlTextReader ( String url, XmlNameTable nt ) : System
XmlTextReader ( TextReader input ) : System
XmlTextReader ( TextReader input, XmlNameTable nt ) : System
XmlTextReader ( string url ) : System
XmlTextReader ( string url, Stream input ) : System
XmlTextReader ( string url, Stream input, XmlNameTable nt ) : System
XmlTextReader ( string url, TextReader input ) : System
XmlTextReader ( string url, TextReader input, XmlNameTable nt ) : System
XmlTextReader ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System

Méthodes protégées

Méthode Description
XmlTextReader ( ) : System
XmlTextReader ( XmlNameTable nt ) : System

Private Methods

Méthode Description
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string

Method Details

Close() public méthode

public Close ( ) : void
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 localName, string namespaceURI ) : string
localName string
namespaceURI string
Résultat string

GetNamespacesInScope() public méthode

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
Résultat string>.IDictionary

GetRemainder() public méthode

public GetRemainder ( ) : TextReader
Résultat TextReader

HasLineInfo() public méthode

public HasLineInfo ( ) : bool
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 localName, string namespaceURI ) : bool
localName string
namespaceURI string
Résultat bool

MoveToAttribute() public méthode

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

ReadBase64() public méthode

public ReadBase64 ( byte array, int offset, int len ) : int
array byte
offset int
len int
Résultat int

ReadBinHex() public méthode

public ReadBinHex ( byte array, int offset, int len ) : int
array byte
offset int
len int
Résultat int

ReadChars() public méthode

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

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

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

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ResetState() public méthode

public ResetState ( ) : void
Résultat void

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

Skip() public méthode

public Skip ( ) : void
Résultat void

XmlTextReader() protected méthode

protected XmlTextReader ( ) : System
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( Stream input ) : System
input Stream
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( Stream input, XmlNameTable nt ) : System
input Stream
nt XmlNameTable
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment Stream
fragType XmlNodeType
context XmlParserContext
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( String url, XmlNameTable nt ) : System
url String
nt XmlNameTable
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( TextReader input ) : System
input TextReader
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( TextReader input, XmlNameTable nt ) : System
input TextReader
nt XmlNameTable
Résultat System

XmlTextReader() protected méthode

protected XmlTextReader ( XmlNameTable nt ) : System
nt XmlNameTable
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( string url ) : System
url string
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( string url, Stream input ) : System
url string
input Stream
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( string url, Stream input, XmlNameTable nt ) : System
url string
input Stream
nt XmlNameTable
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( string url, TextReader input ) : System
url string
input TextReader
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( string url, TextReader input, XmlNameTable nt ) : System
url string
input TextReader
nt XmlNameTable
Résultat System

XmlTextReader() public méthode

public XmlTextReader ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment string
fragType XmlNodeType
context XmlParserContext
Résultat System