C# Класс SmallXmlParser, UnitySVG

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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