Property | Type | Description | |
---|---|---|---|
BeginRead | void | ||
EndRead | void | ||
IXmlLineInfo | bool |
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 ( ) : System.Xml.XmlNodeType | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object | ||
ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
ReadContentAsBoolean ( ) : bool | ||
ReadContentAsDateTime ( ) : DateTime | ||
ReadContentAsDouble ( ) : double | ||
ReadContentAsInt ( ) : int | ||
ReadContentAsLong ( ) : long | ||
ReadContentAsObject ( ) : object | ||
ReadContentAsString ( ) : string | ||
ReadValueChunk ( char buffer, int index, int count ) : int | ||
ResolveEntity ( ) : void | ||
this ( int i ) : string | ||
this ( string name ) : string | ||
this ( string name, string namespaceURI ) : string |
Method | Description | |
---|---|---|
BeginRead ( System.Runtime.Serialization.XmlReaderDelegator xmlReader ) : void | ||
EndRead ( ) : void | ||
IXmlLineInfo ( ) : bool |
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 MoveToContent ( ) : System.Xml.XmlNodeType | ||
return | System.Xml.XmlNodeType |
public ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object | ||
returnType | Type | |
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 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 |