|
| ITextmyHandler (IDocListener document, Hashtable myTags) |
| Constructs a new iTextHandler that will translate all the events triggered by the parser to actions on the More...
|
|
override void | StartElement (String uri, String lname, String name, Hashtable attrs) |
| This method gets called when a start tag is encountered. More...
|
|
override void | EndElement (String uri, String lname, String name) |
| This method gets called when an end tag is encountered. More...
|
|
Public Member Functions inherited from iTextSharp.text.xml.ITextHandler |
| ITextHandler (IDocListener document) |
| Constructs a new iTextHandler that will translate all the events triggered by the parser to actions on the More...
|
|
| ITextHandler (IDocListener document, HtmlTagMap myTags) |
|
| ITextHandler (IDocListener document, HtmlTagMap myTags, BaseFont bf) |
|
| ITextHandler (IDocListener document, Hashtable myTags) |
|
void | SetControlOpenClose (bool controlOpenClose) |
| Sets the parameter that allows you to enable/disable the control over the Document.Open() and Document.Close() method. More...
|
|
void | HandleStartingTags (String name, Properties attributes) |
| This method deals with the starting tags. More...
|
|
void | IgnorableWhitespace (char[] ch, int start, int length) |
| This method gets called when ignorable white space encountered. More...
|
|
override void | Characters (string content, int start, int length) |
| This method gets called when characters are encountered. More...
|
|
void | HandleEndingTags (String name) |
| This method deals with the starting tags. More...
|
|
void | Parse (XmlDocument xDoc) |
|
void | Parse (XmlTextReader reader) |
|
void | Parse (string url) |
| Begins the process of processing an XML document More...
|
|
The
iTextmyHandler
-class maps several XHTML-tags to iText-objects.