C# Class System.Xml.XmlTextReader

Inheritance: XmlReader, IXmlLineInfo
Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string

Public Methods

Method 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

Protected Methods

Method Description
XmlTextReader ( ) : System
XmlTextReader ( XmlNameTable nt ) : System

Private Methods

Method Description
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string

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 localName, string namespaceURI ) : string
localName string
namespaceURI string
return string

GetNamespacesInScope() public method

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
return string>.IDictionary

GetRemainder() public method

public GetRemainder ( ) : TextReader
return TextReader

HasLineInfo() public method

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

ReadBase64() public method

public ReadBase64 ( byte array, int offset, int len ) : int
array byte
offset int
len int
return int

ReadBinHex() public method

public ReadBinHex ( byte array, int offset, int len ) : int
array byte
offset int
len int
return int

ReadChars() public method

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

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

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

ReadString() public method

public ReadString ( ) : string
return string

ResetState() public method

public ResetState ( ) : void
return void

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

Skip() public method

public Skip ( ) : void
return void

XmlTextReader() protected method

protected XmlTextReader ( ) : System
return System

XmlTextReader() public method

public XmlTextReader ( Stream input ) : System
input Stream
return System

XmlTextReader() public method

public XmlTextReader ( Stream input, XmlNameTable nt ) : System
input Stream
nt XmlNameTable
return System

XmlTextReader() public method

public XmlTextReader ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment Stream
fragType XmlNodeType
context XmlParserContext
return System

XmlTextReader() public method

public XmlTextReader ( String url, XmlNameTable nt ) : System
url String
nt XmlNameTable
return System

XmlTextReader() public method

public XmlTextReader ( TextReader input ) : System
input TextReader
return System

XmlTextReader() public method

public XmlTextReader ( TextReader input, XmlNameTable nt ) : System
input TextReader
nt XmlNameTable
return System

XmlTextReader() protected method

protected XmlTextReader ( XmlNameTable nt ) : System
nt XmlNameTable
return System

XmlTextReader() public method

public XmlTextReader ( string url ) : System
url string
return System

XmlTextReader() public method

public XmlTextReader ( string url, Stream input ) : System
url string
input Stream
return System

XmlTextReader() public method

public XmlTextReader ( string url, Stream input, XmlNameTable nt ) : System
url string
input Stream
nt XmlNameTable
return System

XmlTextReader() public method

public XmlTextReader ( string url, TextReader input ) : System
url string
input TextReader
return System

XmlTextReader() public method

public XmlTextReader ( string url, TextReader input, XmlNameTable nt ) : System
url string
input TextReader
nt XmlNameTable
return System

XmlTextReader() public method

public XmlTextReader ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment string
fragType XmlNodeType
context XmlParserContext
return System