C# Class iTextSharp.tool.xml.parser.state.CloseCommentState

Inheritance: IState
Afficher le fichier Open project: boecko/iTextSharp

Méthodes publiques

Méthode Description
CloseCommentState ( XMLParser parser ) : System
Process ( char character ) : void

Method Details

CloseCommentState() public méthode

public CloseCommentState ( XMLParser parser ) : System
parser iTextSharp.tool.xml.parser.XMLParser
Résultat System

Process() public méthode

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