C# 클래스 SmallXmlParser, UnitySVG

파일 보기 프로젝트 열기: MrJoy/UnitySVG 1 사용 예제들

공개 메소드들

메소드 설명
Expect ( int c ) : void
Parse ( TextReader input, IContentHandler handler ) : void
ReadContent ( ) : void
ReadName ( ) : string
SkipWhitespaces ( ) : void
SkipWhitespaces ( bool expected ) : void

비공개 메소드들

메소드 설명
Cleanup ( ) : void
Error ( string msg ) : Exception
HandleWhitespaces ( ) : void
IsNameChar ( char c, bool start ) : bool
IsWhitespace ( int c ) : bool
Peek ( ) : int
Read ( ) : int
ReadAttribute ( string>.Dictionary a ) : void
ReadCDATASection ( ) : void
ReadCharacterReference ( ) : int
ReadCharacters ( ) : void
ReadComment ( ) : void
ReadReference ( ) : void
ReadUntil ( char until, bool handleReferences ) : string
UnexpectedEndError ( ) : Exception

메소드 상세

Expect() 공개 메소드

public Expect ( int c ) : void
c int
리턴 void

Parse() 공개 메소드

public Parse ( TextReader input, IContentHandler handler ) : void
input TextReader
handler IContentHandler
리턴 void

ReadContent() 공개 메소드

public ReadContent ( ) : void
리턴 void

ReadName() 공개 메소드

public ReadName ( ) : string
리턴 string

SkipWhitespaces() 공개 메소드

public SkipWhitespaces ( ) : void
리턴 void

SkipWhitespaces() 공개 메소드

public SkipWhitespaces ( bool expected ) : void
expected bool
리턴 void