C# Class SmallXmlParser, UnitySVG

Mostra file Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
Expect ( int c ) : void
Parse ( TextReader input, IContentHandler handler ) : void
ReadContent ( ) : void
ReadName ( ) : string
SkipWhitespaces ( ) : void
SkipWhitespaces ( bool expected ) : void

Private Methods

Method Description
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

Method Details

Expect() public method

public Expect ( int c ) : void
c int
return void

Parse() public method

public Parse ( TextReader input, IContentHandler handler ) : void
input TextReader
handler IContentHandler
return void

ReadContent() public method

public ReadContent ( ) : void
return void

ReadName() public method

public ReadName ( ) : string
return string

SkipWhitespaces() public method

public SkipWhitespaces ( ) : void
return void

SkipWhitespaces() public method

public SkipWhitespaces ( bool expected ) : void
expected bool
return void