Class TextmyHandler
- Namespace
- iTextSharp.text.xml
- Assembly
- iTextSharp.LGPLv2.Core.dll
The iTextmyHandler -class maps several XHTML-tags to iText-objects.
public class TextmyHandler : TextHandler
- Inheritance
-
TextmyHandler
- Inherited Members
Constructors
TextmyHandler(IDocListener, TagMap)
Constructs a new iTextHandler that will translate all the events triggered by the parser to actions on the Document -object.
public TextmyHandler(IDocListener document, TagMap myTags)
Parameters
document
IDocListenerthis is the document on which events must be triggered
myTags
TagMapa map of tags
Methods
EndElement(string, string, string)
This method gets called when an end tag is encountered.
public override void EndElement(string uri, string lname, string name)
Parameters
StartElement(string, string, string, INullValueDictionary<string, string>)
This method gets called when a start tag is encountered.
public override void StartElement(string uri, string lname, string name, INullValueDictionary<string, string> attrs)