Property | Type | Description | |
---|---|---|---|
AddLineInfo | string | ||
CalcBufferSize | int | ||
CanReadContentAs | bool | ||
CanReadContentAs | bool | ||
CheckElement | void | ||
CreateReadContentAsException | |||
CreateReadContentAsException | |||
CreateReadElementContentAsException | |||
CreateReadElementContentAsException | |||
CreateSqlReader | XmlReader | ||
CreateWriterForInnerOuterXml | |||
FinishReadElementContentAsXxx | void | ||
GetEncoding | |||
GetV1ConformanceLevel | ConformanceLevel | ||
GetXmlTextReaderImpl | |||
HasValueInternal | bool | ||
InternalReadContentAsString | string | ||
IsTextualNode | bool | ||
ReadElementString | string | ||
ReadElementString | string | ||
ReadElementString | string | ||
ReadString | string | ||
SetNamespacesFlag | void | ||
SetupReadElementContentAsXxx | bool | ||
SkipSubtree | bool | ||
WriteAttributeValue | void | ||
WriteNode | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Create ( Stream input ) : XmlReader | ||
Create ( Stream input, |
||
Create ( Stream input, |
||
Create ( Stream input, |
||
Create ( String inputUri, |
||
Create ( TextReader input ) : XmlReader | ||
Create ( TextReader input, |
||
Create ( TextReader input, |
||
Create ( TextReader input, |
||
Create ( XmlReader reader, |
||
Create ( string inputUri ) : XmlReader | ||
Create ( string inputUri, |
||
Dispose ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string name, string namespaceURI ) : string | ||
IsName ( string str ) : bool | ||
IsNameToken ( string str ) : bool | ||
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 ( ) : System.Xml.XmlNodeType | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadContentAs ( |
||
ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
ReadContentAsBoolean ( ) : bool | ||
ReadContentAsDateTime ( ) : System.DateTime | ||
ReadContentAsDateTimeOffset ( ) : DateTimeOffset | ||
ReadContentAsDecimal ( ) : decimal | ||
ReadContentAsDouble ( ) : double | ||
ReadContentAsFloat ( ) : float | ||
ReadContentAsInt ( ) : int | ||
ReadContentAsLong ( ) : long | ||
ReadContentAsObject ( ) : object | ||
ReadContentAsString ( ) : string | ||
ReadElementContentAs ( |
||
ReadElementContentAs ( |
||
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 | ||
ReadElementContentAsDecimal ( ) : decimal | ||
ReadElementContentAsDecimal ( string localName, string namespaceURI ) : decimal | ||
ReadElementContentAsDouble ( ) : double | ||
ReadElementContentAsDouble ( string localName, string namespaceURI ) : double | ||
ReadElementContentAsFloat ( ) : float | ||
ReadElementContentAsFloat ( string localName, string namespaceURI ) : float | ||
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 | ||
ReadEndElement ( ) : void | ||
ReadInnerXml ( ) : string | ||
ReadOuterXml ( ) : string | ||
ReadStartElement ( ) : void | ||
ReadStartElement ( string name ) : void | ||
ReadStartElement ( string localname, string ns ) : void | ||
ReadSubtree ( ) : 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddLineInfo ( string message, IXmlLineInfo lineInfo ) : string | ||
CalcBufferSize ( Stream input ) : int | ||
CanReadContentAs ( ) : bool | ||
CanReadContentAs ( System.Xml.XmlNodeType nodeType ) : bool | ||
CheckElement ( string localName, string namespaceURI ) : void | ||
CreateReadContentAsException ( string methodName ) : |
||
CreateReadContentAsException ( string methodName, System.Xml.XmlNodeType nodeType, IXmlLineInfo lineInfo ) : |
||
CreateReadElementContentAsException ( string methodName ) : |
||
CreateReadElementContentAsException ( string methodName, System.Xml.XmlNodeType nodeType, IXmlLineInfo lineInfo ) : |
||
CreateSqlReader ( Stream input, |
||
CreateWriterForInnerOuterXml ( |
||
FinishReadElementContentAsXxx ( ) : void | ||
GetEncoding ( XmlReader reader ) : |
||
GetV1ConformanceLevel ( XmlReader reader ) : ConformanceLevel | ||
GetXmlTextReaderImpl ( XmlReader reader ) : |
||
HasValueInternal ( System.Xml.XmlNodeType nodeType ) : bool | ||
InternalReadContentAsString ( ) : string | ||
IsTextualNode ( System.Xml.XmlNodeType nodeType ) : bool | ||
ReadElementString ( ) : string | ||
ReadElementString ( string name ) : string | ||
ReadElementString ( string localname, string ns ) : string | ||
ReadString ( ) : string | ||
SetNamespacesFlag ( |
||
SetupReadElementContentAsXxx ( string methodName ) : bool | ||
SkipSubtree ( ) : bool | ||
WriteAttributeValue ( |
||
WriteNode ( |
public static Create ( Stream input ) : XmlReader | ||
input | Stream | |
return | XmlReader |
public static Create ( Stream input, |
||
input | Stream | |
settings | ||
return | XmlReader |
public static Create ( Stream input, |
||
input | Stream | |
settings | ||
baseUri | String | |
return | XmlReader |
public static Create ( Stream input, |
||
input | Stream | |
settings | ||
inputContext | ||
return | XmlReader |
public static Create ( String inputUri, |
||
inputUri | String | |
settings | ||
inputContext | ||
return | XmlReader |
public static Create ( TextReader input ) : XmlReader | ||
input | TextReader | |
return | XmlReader |
public static Create ( TextReader input, |
||
input | TextReader | |
settings | ||
return | XmlReader |
public static Create ( TextReader input, |
||
input | TextReader | |
settings | ||
baseUri | String | |
return | XmlReader |
public static Create ( TextReader input, |
||
input | TextReader | |
settings | ||
inputContext | ||
return | XmlReader |
public static Create ( XmlReader reader, |
||
reader | XmlReader | |
settings | ||
return | XmlReader |
public static Create ( string inputUri ) : XmlReader | ||
inputUri | string | |
return | XmlReader |
public static Create ( string inputUri, |
||
inputUri | string | |
settings | ||
return | XmlReader |
public abstract GetAttribute ( int i ) : string | ||
i | int | |
return | string |
public abstract GetAttribute ( string name ) : string | ||
name | string | |
return | string |
public abstract GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
return | string |
public static IsNameToken ( string str ) : bool | ||
str | string | |
return | bool |
public IsStartElement ( string localname, string ns ) : bool | ||
localname | string | |
ns | string | |
return | bool |
public abstract LookupNamespace ( string prefix ) : string | ||
prefix | string | |
return | string |
public abstract MoveToAttribute ( string name ) : bool | ||
name | string | |
return | bool |
public abstract MoveToAttribute ( string name, string ns ) : bool | ||
name | string | |
ns | string | |
return | bool |
public MoveToContent ( ) : System.Xml.XmlNodeType | ||
return | System.Xml.XmlNodeType |
public abstract MoveToFirstAttribute ( ) : bool | ||
return | bool |
public abstract MoveToNextAttribute ( ) : bool | ||
return | bool |
public abstract ReadAttributeValue ( ) : bool | ||
return | bool |
public ReadContentAs ( |
||
returnType | ||
namespaceResolver | IXmlNamespaceResolver | |
return | object |
public ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadContentAsDateTime ( ) : System.DateTime | ||
return | System.DateTime |
public ReadContentAsDateTimeOffset ( ) : DateTimeOffset | ||
return | DateTimeOffset |
public ReadElementContentAs ( |
||
returnType | ||
namespaceResolver | IXmlNamespaceResolver | |
return | object |
public ReadElementContentAs ( |
||
returnType | ||
namespaceResolver | IXmlNamespaceResolver | |
localName | string | |
namespaceURI | string | |
return | object |
public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadElementContentAsBoolean ( ) : bool | ||
return | bool |
public ReadElementContentAsBoolean ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
return | bool |
public ReadElementContentAsDateTime ( ) : System.DateTime | ||
return | System.DateTime |
public ReadElementContentAsDateTime ( string localName, string namespaceURI ) : System.DateTime | ||
localName | string | |
namespaceURI | string | |
return | System.DateTime |
public ReadElementContentAsDecimal ( ) : decimal | ||
return | decimal |
public ReadElementContentAsDecimal ( string localName, string namespaceURI ) : decimal | ||
localName | string | |
namespaceURI | string | |
return | decimal |
public ReadElementContentAsDouble ( ) : double | ||
return | double |
public ReadElementContentAsDouble ( string localName, string namespaceURI ) : double | ||
localName | string | |
namespaceURI | string | |
return | double |
public ReadElementContentAsFloat ( string localName, string namespaceURI ) : float | ||
localName | string | |
namespaceURI | string | |
return | float |
public ReadElementContentAsInt ( string localName, string namespaceURI ) : int | ||
localName | string | |
namespaceURI | string | |
return | int |
public ReadElementContentAsLong ( string localName, string namespaceURI ) : long | ||
localName | string | |
namespaceURI | string | |
return | long |
public ReadElementContentAsObject ( ) : object | ||
return | object |
public ReadElementContentAsObject ( string localName, string namespaceURI ) : object | ||
localName | string | |
namespaceURI | string | |
return | object |
public ReadElementContentAsString ( ) : string | ||
return | string |
public ReadElementContentAsString ( string localName, string namespaceURI ) : string | ||
localName | string | |
namespaceURI | string | |
return | string |
public ReadStartElement ( string name ) : void | ||
name | string | |
return | void |
public ReadStartElement ( string localname, string ns ) : void | ||
localname | string | |
ns | string | |
return | void |
public ReadToDescendant ( string name ) : bool | ||
name | string | |
return | bool |
public ReadToDescendant ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
return | bool |
public ReadToFollowing ( string name ) : bool | ||
name | string | |
return | bool |
public ReadToFollowing ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
return | bool |
public ReadToNextSibling ( string name ) : bool | ||
name | string | |
return | bool |
public ReadToNextSibling ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
return | bool |
public ReadValueChunk ( char buffer, int index, int count ) : int | ||
buffer | char | |
index | int | |
count | int | |
return | int |
public this ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
return | string |