C# 클래스 Mvp.Xml.XInclude.TextIncludingReader

Custom XmlReader, handler for parse="text" case.
Allows to read specified resource as a text node.
상속: XmlReader
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int index ) : string
GetAttribute ( string qname ) : string
GetAttribute ( string localname, string nsuri ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string qname ) : bool
MoveToAttribute ( string localname, string nsuri ) : bool
MoveToAttribute ( int index ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadString ( ) : string
ResolveEntity ( ) : void
TextIncludingReader ( Uri includeLocation, string encoding, string accept, string acceptLanguage, bool exposeCDATA ) : System
TextIncludingReader ( string value, bool exposeCDATA ) : System
this ( int index ) : string
this ( string qname ) : string
this ( string localname, string nsuri ) : string

비공개 메소드들

메소드 설명
GetEncodingFromXMLDecl ( string href ) : Encoding

Reads encoding from the XML declarartion.

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttribute() 공개 메소드

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

GetAttribute() 공개 메소드

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

GetAttribute() 공개 메소드

public GetAttribute ( string localname, string nsuri ) : string
localname string
nsuri string
리턴 string

LookupNamespace() 공개 메소드

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

MoveToAttribute() 공개 메소드

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

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string localname, string nsuri ) : bool
localname string
nsuri string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( int index ) : void
index int
리턴 void

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

ReadInnerXml() 공개 메소드

public ReadInnerXml ( ) : string
리턴 string

ReadOuterXml() 공개 메소드

public ReadOuterXml ( ) : string
리턴 string

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

TextIncludingReader() 공개 메소드

public TextIncludingReader ( Uri includeLocation, string encoding, string accept, string acceptLanguage, bool exposeCDATA ) : System
includeLocation System.Uri
encoding string
accept string
acceptLanguage string
exposeCDATA bool
리턴 System

TextIncludingReader() 공개 메소드

public TextIncludingReader ( string value, bool exposeCDATA ) : System
value string
exposeCDATA bool
리턴 System

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string

this() 공개 메소드

public this ( string qname ) : string
qname string
리턴 string

this() 공개 메소드

public this ( string localname, string nsuri ) : string
localname string
nsuri string
리턴 string