C# Class System.Xml.XmlDictionaryReader.XmlWrappedReader

Inheritance: XmlDictionaryReader, IXmlLineInfo
Mostra file Open project: dotnet/corefx

Public Methods

Method 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 method

public Close ( ) : void
return void

GetAttribute() public method

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

HasLineInfo() public method

public HasLineInfo ( ) : bool
return bool

IsStartElement() public method

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

IsStartElement() public method

public IsStartElement ( string localName, string namespaceUri ) : bool
localName string
namespaceUri string
return bool

LookupNamespace() public method

public LookupNamespace ( string namespaceUri ) : string
namespaceUri string
return string

MoveToAttribute() public method

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

MoveToAttribute() public method

public MoveToAttribute ( string name, string namespaceUri ) : bool
name string
namespaceUri string
return bool

MoveToAttribute() public method

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

ReadContentAs() public method

public ReadContentAs ( Type type, IXmlNamespaceResolver namespaceResolver ) : object
type System.Type
namespaceResolver IXmlNamespaceResolver
return object

ReadContentAsBase64() public method

public ReadContentAsBase64 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadContentAsBinHex() public method

public ReadContentAsBinHex ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadContentAsBoolean() public method

public ReadContentAsBoolean ( ) : System.Boolean
return System.Boolean

ReadContentAsDateTime() public method

public ReadContentAsDateTime ( ) : System.DateTime
return System.DateTime

ReadContentAsDecimal() public method

public ReadContentAsDecimal ( ) : Decimal
return Decimal

ReadContentAsDouble() public method

public ReadContentAsDouble ( ) : Double
return Double

ReadContentAsFloat() public method

public ReadContentAsFloat ( ) : System.Single
return System.Single

ReadContentAsInt() public method

public ReadContentAsInt ( ) : Int32
return System.Int32

ReadContentAsLong() public method

public ReadContentAsLong ( ) : System.Int64
return System.Int64

ReadContentAsString() public method

public ReadContentAsString ( ) : string
return string

ReadElementContentAsBase64() public method

public ReadElementContentAsBase64 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadElementContentAsBinHex() public method

public ReadElementContentAsBinHex ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadEndElement() public method

public ReadEndElement ( ) : void
return void

ReadInnerXml() public method

public ReadInnerXml ( ) : string
return string

ReadOuterXml() public method

public ReadOuterXml ( ) : string
return string

ReadStartElement() public method

public ReadStartElement ( string name ) : void
name string
return void

ReadStartElement() public method

public ReadStartElement ( string localName, string namespaceUri ) : void
localName string
namespaceUri string
return void

ReadValueChunk() public method

public ReadValueChunk ( char chars, int offset, int count ) : int
chars char
offset int
count int
return int

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

XmlWrappedReader() public method

public XmlWrappedReader ( XmlReader reader, XmlNamespaceManager nsMgr ) : System
reader XmlReader
nsMgr XmlNamespaceManager
return System

this() public method

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