C# Class CSSParser, wpf-demos

Inheritance: MonoBehaviour
ファイルを表示 Open project: syncfusion/wpf-demos Class Usage Examples

Public Methods

Method Description
CSSParser ( TextReader, reader, XmlWriter, writer )
Process ( ) : void
ReadStyleAttribute ( ) : void

Private Methods

Method Description
ReadATKEYWORD ( ) : void
ReadAttrib ( ) : void
ReadCharset ( ) : void
ReadClass ( ) : void
ReadCombinator ( ) : bool
ReadDeclaration ( ) : void
ReadElementName ( ) : bool
ReadExpr ( ) : void
ReadFontFace ( ) : void
ReadFunction ( ) : void
ReadImport ( ) : void
ReadMedia ( ) : void
ReadOperator ( ) : void
ReadPage ( ) : void
ReadPrio ( ) : void
ReadProperty ( ) : void
ReadPseudo ( ) : void
ReadPseudoPage ( ) : void
ReadRuleset ( ) : void
ReadSelector ( ) : void
ReadSimpleSelector ( ) : bool
ReadStylesheet ( ) : void
ReadTerm ( ) : void
ReadToken ( ) : void
ReadUnaryOperator ( ) : void
SkipSpaces ( bool write ) : void
SymbolExpected ( char symbol ) : void
TokenExpected ( Token, token ) : string
TokenIs ( Token, token ) : bool

Method Details

CSSParser() public method

public CSSParser ( TextReader, reader, XmlWriter, writer )
reader TextReader,
writer XmlWriter,

Process() public method

public Process ( ) : void
return void

ReadStyleAttribute() public method

public ReadStyleAttribute ( ) : void
return void