Method | Description | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string name, string namespaceURI ) : string | ||
LookupNamespace ( string prefix ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string name, string ns ) : bool | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadString ( ) : string | ||
ResolveEntity ( ) : void | ||
XSerializerXmlReader ( XmlReader reader, IEncryptionMechanism encryptionMechanism, object encryptKey, SerializationState serializationState ) : System.IO |
Method | Description | |
---|---|---|
IsAtDummyNodeEndElement ( ) : bool | ||
MaybeDecrypt ( string value ) : string | ||
XSerializerXmlReader ( string xml, IEncryptionMechanism encryptionMechanism, object encryptKey, SerializationState serializationState ) : System.IO |
public GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
return | string |
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 XSerializerXmlReader ( XmlReader reader, IEncryptionMechanism encryptionMechanism, object encryptKey, SerializationState serializationState ) : System.IO | ||
reader | XmlReader | |
encryptionMechanism | IEncryptionMechanism | |
encryptKey | object | |
serializationState | SerializationState | |
return | System.IO |