C# 클래스 System.Xml.XsdCachingReader

상속: XmlReader, IXmlLineInfo
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddAttribute ValidatingReaderNodeData
AddContent ValidatingReaderNodeData
ClearAttributesInfo void
CreateDummyTextNode ValidatingReaderNodeData
GetAttributeIndexWithPrefix int
GetAttributeIndexWithoutPrefix int
GetCoreReader XmlReader
GetLineInfo IXmlLineInfo
IXmlLineInfo bool
Init void
ReadOriginalContentAsString string
RecordAttributes void
RecordEndElementNode void
RecordTextNode ValidatingReaderNodeData
Reset void
SetToReplayMode void
SetToReplayModeAsync Task
SwitchTextNodeAndEndElement void
XsdCachingReader System.IO

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
GetValueAsync ( ) : Task
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAsync ( ) : Task
ReadAttributeValue ( ) : bool
ResolveEntity ( ) : void
Skip ( ) : void
SkipAsync ( ) : Task
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

비공개 메소드들

메소드 설명
AddAttribute ( int attIndex ) : ValidatingReaderNodeData
AddContent ( System.Xml.XmlNodeType nodeType ) : ValidatingReaderNodeData
ClearAttributesInfo ( ) : void
CreateDummyTextNode ( string attributeValue, int depth ) : ValidatingReaderNodeData
GetAttributeIndexWithPrefix ( string name ) : int
GetAttributeIndexWithoutPrefix ( string name ) : int
GetCoreReader ( ) : XmlReader
GetLineInfo ( ) : IXmlLineInfo
IXmlLineInfo ( ) : bool
Init ( ) : void
ReadOriginalContentAsString ( ) : string
RecordAttributes ( ) : void
RecordEndElementNode ( ) : void
RecordTextNode ( string textValue, string originalStringValue, int depth, int lineNo, int linePos ) : ValidatingReaderNodeData
Reset ( XmlReader reader ) : void
SetToReplayMode ( ) : void
SetToReplayModeAsync ( ) : Task
SwitchTextNodeAndEndElement ( string textValue, string originalStringValue ) : void
XsdCachingReader ( XmlReader reader, IXmlLineInfo lineInfo, CachingEventHandler handlerMethod ) : 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

GetValueAsync() 공개 메소드

public GetValueAsync ( ) : Task
리턴 Task

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

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

ReadAsync() 공개 메소드

public ReadAsync ( ) : Task
리턴 Task

ReadAttributeValue() 공개 메소드

public ReadAttributeValue ( ) : bool
리턴 bool

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

Skip() 공개 메소드

public Skip ( ) : void
리턴 void

SkipAsync() 공개 메소드

public SkipAsync ( ) : Task
리턴 Task

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