C# Class iTextSharp.tool.xml.XMLWorker

Inheritance: IXMLParserListener
Mostrar archivo Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Comment ( String comment ) : void
EndElement ( String tag, String ns ) : void
Init ( ) : void
StartElement ( String tag, String>.IDictionary attr, String ns ) : void
Text ( String text ) : void
UnknownText ( String text ) : void
XMLWorker ( IPipeline pipeline, bool parseHtml ) : System

Protected Methods

Method Description
CreateTag ( String tag, String>.IDictionary attr, String ns ) : Tag
GetCurrentTag ( ) : Tag
GetLocalWC ( ) : IWorkerContext

Private Methods

Method Description
XMLWorker ( ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Comment() public method

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

CreateTag() protected method

protected CreateTag ( String tag, String>.IDictionary attr, String ns ) : Tag
tag String
attr String>.IDictionary
ns String
return Tag

EndElement() public method

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

GetCurrentTag() protected method

protected GetCurrentTag ( ) : Tag
return Tag

GetLocalWC() protected method

protected GetLocalWC ( ) : IWorkerContext
return IWorkerContext

Init() public method

public Init ( ) : void
return void

StartElement() public method

public StartElement ( String tag, String>.IDictionary attr, String ns ) : void
tag String
attr String>.IDictionary
ns String
return void

Text() public method

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

UnknownText() public method

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

XMLWorker() public method

public XMLWorker ( IPipeline pipeline, bool parseHtml ) : System
pipeline IPipeline
parseHtml bool
return System