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

Inheritance: IState
Mostra file Open project: boecko/iTextSharp

Public Methods

Method Description
CommentState ( XMLParser parser ) : System
Process ( char character ) : void

Method Details

CommentState() public method

public CommentState ( XMLParser parser ) : System
parser iTextSharp.tool.xml.parser.XMLParser
return System

Process() public method

public Process ( char character ) : void
character char
return void