C# Class iTextSharp.tool.xml.parser.io.ParserListenerWriter

Inheritance: IXMLParserListener
Datei anzeigen Open project: boecko/iTextSharp

Public Methods

Method Description
Close ( ) : void
Comment ( String comment ) : void
EndElement ( String curentTag, String ns ) : void
Init ( ) : void
ParserListenerWriter ( IAppender writer ) : System
ParserListenerWriter ( IAppender writer, bool formatted ) : System
StartElement ( String currentTag, String>.IDictionary attributes, String ns ) : void
Text ( string text ) : void
UnknownText ( String str ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Comment() public method

public Comment ( String comment ) : void
comment String
return void

EndElement() public method

public EndElement ( String curentTag, String ns ) : void
curentTag String
ns String
return void

Init() public method

public Init ( ) : void
return void

ParserListenerWriter() public method

public ParserListenerWriter ( IAppender writer ) : System
writer IAppender
return System

ParserListenerWriter() public method

public ParserListenerWriter ( IAppender writer, bool formatted ) : System
writer IAppender
formatted bool
return System

StartElement() public method

public StartElement ( String currentTag, String>.IDictionary attributes, String ns ) : void
currentTag String
attributes String>.IDictionary
ns String
return void

Text() public method

public Text ( string text ) : void
text string
return void

UnknownText() public method

public UnknownText ( String str ) : void
str String
return void