C# 클래스 System.Xml.Xsl.XsltOld.ReaderOutput

상속: XmlReader, RecordOutput
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string localName, string namespaceURI ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadString ( ) : string
RecordDone ( RecordBuilder record ) : Processor.OutputResult
ResolveEntity ( ) : void
TheEnd ( ) : void
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

비공개 메소드들

메소드 설명
CheckCurrentInfo ( ) : void
FindAttribute ( String localName, String namespaceURI, int &attrIndex ) : bool
FindAttribute ( String name, int &attrIndex ) : bool
GetBuilderInfo ( int attrib ) : BuilderInfo
ReaderOutput ( Processor processor ) : System
Reset ( ) : void
SetAttribute ( int attrib ) : void
SetMainNode ( ) : void

메소드 상세

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 localName, string namespaceURI ) : string
localName 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 localName, string namespaceURI ) : bool
localName string
namespaceURI string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( int i ) : void
i 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

RecordDone() 공개 메소드

public RecordDone ( RecordBuilder record ) : Processor.OutputResult
record RecordBuilder
리턴 Processor.OutputResult

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

TheEnd() 공개 메소드

public TheEnd ( ) : void
리턴 void

this() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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