C# 클래스 XSerializer.XSerializerXmlReader

상속: XmlReader
파일 보기 프로젝트 열기: QuickenLoans/XSerializer 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsAtDummyNodeEndElement ( ) : bool
MaybeDecrypt ( string value ) : string
XSerializerXmlReader ( string xml, IEncryptionMechanism encryptionMechanism, object encryptKey, SerializationState serializationState ) : System.IO

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttribute() 공개 메소드

public GetAttribute ( int i ) : string
i int
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
리턴 string

LookupNamespace() 공개 메소드

public LookupNamespace ( string prefix ) : string
prefix string
리턴 string

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name ) : bool
name string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name, string ns ) : bool
name string
ns string
리턴 bool

MoveToElement() 공개 메소드

public MoveToElement ( ) : bool
리턴 bool

MoveToFirstAttribute() 공개 메소드

public MoveToFirstAttribute ( ) : bool
리턴 bool

MoveToNextAttribute() 공개 메소드

public MoveToNextAttribute ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

ReadAttributeValue() 공개 메소드

public ReadAttributeValue ( ) : bool
리턴 bool

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

XSerializerXmlReader() 공개 메소드

public XSerializerXmlReader ( XmlReader reader, IEncryptionMechanism encryptionMechanism, object encryptKey, SerializationState serializationState ) : System.IO
reader XmlReader
encryptionMechanism IEncryptionMechanism
encryptKey object
serializationState SerializationState
리턴 System.IO