C# Class iTextSharp.text.html.HtmlParser

This class can be used to parse an XML file.
Inheritance: iTextSharp.text.xml.XmlParser
Mostra file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
Go ( IDocListener document, String file ) : void

Parses a given file.

Go ( IDocListener document, String file, Hashtable tagmap ) : void

Parses a given file.

Go ( IDocListener document, String file, String tagmap ) : void

Parses a given file.

Go ( IDocListener document, XmlDocument xDoc ) : void

Parses a given file.

Go ( IDocListener document, XmlDocument xDoc, XmlDocument xTagmap ) : void

Parses a given file.

Go ( IDocListener document, XmlTextReader reader ) : void

Parses a given XmlTextReader.

Go ( IDocListener document, XmlTextReader reader, Hashtable tagmap ) : void

Parses a given XmlTextReader.

Go ( IDocListener document, XmlTextReader reader, String tagmap ) : void

Parses a given XmlTextReader.

HtmlParser ( ) : System

Constructs an XmlParser.

Parse ( IDocListener document, String file ) : void

Parses a given file.

Parse ( IDocListener document, String file, Hashtable tagmap ) : void

Parses a given file.

Parse ( IDocListener document, String file, String tagmap ) : void

Parses a given file.

Parse ( IDocListener document, XmlDocument xDoc ) : void

Parses a given file.

Parse ( IDocListener document, XmlDocument xDoc, XmlDocument xTagmap ) : void

Parses a given file.

Parse ( IDocListener document, XmlTextReader reader ) : void

Parses a given XmlTextReader.

Parse ( IDocListener document, XmlTextReader reader, Hashtable tagmap ) : void

Parses a given XmlTextReader.

Parse ( IDocListener document, XmlTextReader reader, String tagmap ) : void

Parses a given XmlTextReader.

Method Details

Go() public method

Parses a given file.
public Go ( IDocListener document, String file ) : void
document IDocListener
file String
return void

Go() public method

Parses a given file.
public Go ( IDocListener document, String file, Hashtable tagmap ) : void
document IDocListener
file String
tagmap System.Collections.Hashtable
return void

Go() public method

Parses a given file.
public Go ( IDocListener document, String file, String tagmap ) : void
document IDocListener
file String
tagmap String
return void

Go() public method

Parses a given file.
public Go ( IDocListener document, XmlDocument xDoc ) : void
document IDocListener
xDoc System.Xml.XmlDocument
return void

Go() public method

Parses a given file.
public Go ( IDocListener document, XmlDocument xDoc, XmlDocument xTagmap ) : void
document IDocListener
xDoc System.Xml.XmlDocument
xTagmap System.Xml.XmlDocument
return void

Go() public method

Parses a given XmlTextReader.
public Go ( IDocListener document, XmlTextReader reader ) : void
document IDocListener
reader System.Xml.XmlTextReader
return void

Go() public method

Parses a given XmlTextReader.
public Go ( IDocListener document, XmlTextReader reader, Hashtable tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap System.Collections.Hashtable
return void

Go() public method

Parses a given XmlTextReader.
public Go ( IDocListener document, XmlTextReader reader, String tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap String
return void

HtmlParser() public method

Constructs an XmlParser.
public HtmlParser ( ) : System
return System

Parse() public static method

Parses a given file.
public static Parse ( IDocListener document, String file ) : void
document IDocListener
file String
return void

Parse() public static method

Parses a given file.
public static Parse ( IDocListener document, String file, Hashtable tagmap ) : void
document IDocListener
file String
tagmap System.Collections.Hashtable
return void

Parse() public static method

Parses a given file.
public static Parse ( IDocListener document, String file, String tagmap ) : void
document IDocListener
file String
tagmap String
return void

Parse() public static method

Parses a given file.
public static Parse ( IDocListener document, XmlDocument xDoc ) : void
document IDocListener
xDoc System.Xml.XmlDocument
return void

Parse() public static method

Parses a given file.
public static Parse ( IDocListener document, XmlDocument xDoc, XmlDocument xTagmap ) : void
document IDocListener
xDoc System.Xml.XmlDocument
xTagmap System.Xml.XmlDocument
return void

Parse() public static method

Parses a given XmlTextReader.
public static Parse ( IDocListener document, XmlTextReader reader ) : void
document IDocListener
reader System.Xml.XmlTextReader
return void

Parse() public static method

Parses a given XmlTextReader.
public static Parse ( IDocListener document, XmlTextReader reader, Hashtable tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap System.Collections.Hashtable
return void

Parse() public static method

Parses a given XmlTextReader.
public static Parse ( IDocListener document, XmlTextReader reader, String tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap String
return void