Метод | Описание | |
---|---|---|
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 |
||
ReadCDATASection ( ) : void | ||
ReadCharacterReference ( ) : int | ||
ReadCharacters ( ) : void | ||
ReadComment ( ) : void | ||
ReadReference ( ) : void | ||
ReadUntil ( char until, bool handleReferences ) : string | ||
UnexpectedEndError ( ) : Exception |
public Parse ( TextReader input, IContentHandler handler ) : void | ||
input | TextReader | |
handler | IContentHandler | |
Результат | void |
public SkipWhitespaces ( bool expected ) : void | ||
expected | bool | |
Результат | void |