Property | Type | Description | |
---|---|---|---|
IXmlLineInfo | bool | ||
IncrementCount | void | ||
XmlCountingReader | System.IO |
Method | 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 ( |
||
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 ( |
||
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 | ||
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
IXmlLineInfo ( ) : bool | ||
IncrementCount ( ) : void | ||
XmlCountingReader ( System.IO.XmlReader xmlReader ) : System.IO |
public GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
return | string |
public IsStartElement ( string localname, string ns ) : bool | ||
localname | string | |
ns | string | |
return | bool |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
return | string |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
return | bool |
public MoveToAttribute ( string name, string ns ) : bool | ||
name | string | |
ns | string | |
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 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 ReadElementContentAsDouble ( ) : double | ||
return | double |
public ReadElementContentAsDouble ( string localName, string namespaceURI ) : double | ||
localName | string | |
namespaceURI | string | |
return | double |
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 ReadElementString ( string name ) : string | ||
name | string | |
return | string |
public ReadElementString ( string localname, string ns ) : string | ||
localname | string | |
ns | 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 |