C# Class iTextSharp.tool.xml.css.parser.CssStateController

Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

Méthode Description
Append ( char c ) : void
CssStateController ( ICssFile file ) : System
Previous ( ) : void
Process ( char c ) : void
StateCommentEnd ( ) : void
StateCommentInside ( ) : void
StateCommentStart ( ) : void
StateProperties ( ) : void
StateRule ( ) : void
StateUnknown ( ) : void
StoreProperties ( ) : void
StoreSelector ( ) : void

Private Methods

Méthode Description
ProcessProps ( String props ) : void
SetPrevious ( ) : void
SetState ( IState state ) : void

Method Details

Append() public méthode

public Append ( char c ) : void
c char
Résultat void

CssStateController() public méthode

public CssStateController ( ICssFile file ) : System
file ICssFile
Résultat System

Previous() public méthode

public Previous ( ) : void
Résultat void

Process() public méthode

public Process ( char c ) : void
c char
Résultat void

StateCommentEnd() public méthode

public StateCommentEnd ( ) : void
Résultat void

StateCommentInside() public méthode

public StateCommentInside ( ) : void
Résultat void

StateCommentStart() public méthode

public StateCommentStart ( ) : void
Résultat void

StateProperties() public méthode

public StateProperties ( ) : void
Résultat void

StateRule() public méthode

public StateRule ( ) : void
Résultat void

StateUnknown() public méthode

public StateUnknown ( ) : void
Résultat void

StoreProperties() public méthode

public StoreProperties ( ) : void
Résultat void

StoreSelector() public méthode

public StoreSelector ( ) : void
Résultat void