C# Class iTextSharp.tool.xml.XMLWorker

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

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
XMLWorker ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Comment() public méthode

public Comment ( String comment ) : void
comment String
Résultat void

CreateTag() protected méthode

protected CreateTag ( String tag, String>.IDictionary attr, String ns ) : Tag
tag String
attr String>.IDictionary
ns String
Résultat Tag

EndElement() public méthode

public EndElement ( String tag, String ns ) : void
tag String
ns String
Résultat void

GetCurrentTag() protected méthode

protected GetCurrentTag ( ) : Tag
Résultat Tag

GetLocalWC() protected méthode

protected GetLocalWC ( ) : IWorkerContext
Résultat IWorkerContext

Init() public méthode

public Init ( ) : void
Résultat void

StartElement() public méthode

public StartElement ( String tag, String>.IDictionary attr, String ns ) : void
tag String
attr String>.IDictionary
ns String
Résultat void

Text() public méthode

public Text ( String text ) : void
text String
Résultat void

UnknownText() public méthode

public UnknownText ( String text ) : void
text String
Résultat void

XMLWorker() public méthode

public XMLWorker ( IPipeline pipeline, bool parseHtml ) : System
pipeline IPipeline
parseHtml bool
Résultat System