C# Класс iTextSharp.text.html.HtmlParser

This class can be used to parse an XML file.
Наследование: iTextSharp.text.xml.XmlParser
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Go() публичный Метод

Parses a given file.
public Go ( IDocListener document, String file ) : void
document IDocListener
file String
Результат void

Go() публичный Метод

Parses a given file.
public Go ( IDocListener document, String file, Hashtable tagmap ) : void
document IDocListener
file String
tagmap System.Collections.Hashtable
Результат void

Go() публичный Метод

Parses a given file.
public Go ( IDocListener document, String file, String tagmap ) : void
document IDocListener
file String
tagmap String
Результат void

Go() публичный Метод

Parses a given file.
public Go ( IDocListener document, XmlDocument xDoc ) : void
document IDocListener
xDoc System.Xml.XmlDocument
Результат void

Go() публичный Метод

Parses a given file.
public Go ( IDocListener document, XmlDocument xDoc, XmlDocument xTagmap ) : void
document IDocListener
xDoc System.Xml.XmlDocument
xTagmap System.Xml.XmlDocument
Результат void

Go() публичный Метод

Parses a given XmlTextReader.
public Go ( IDocListener document, XmlTextReader reader ) : void
document IDocListener
reader System.Xml.XmlTextReader
Результат void

Go() публичный Метод

Parses a given XmlTextReader.
public Go ( IDocListener document, XmlTextReader reader, Hashtable tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap System.Collections.Hashtable
Результат void

Go() публичный Метод

Parses a given XmlTextReader.
public Go ( IDocListener document, XmlTextReader reader, String tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap String
Результат void

HtmlParser() публичный Метод

Constructs an XmlParser.
public HtmlParser ( ) : System
Результат System

Parse() публичный статический Метод

Parses a given file.
public static Parse ( IDocListener document, String file ) : void
document IDocListener
file String
Результат void

Parse() публичный статический Метод

Parses a given file.
public static Parse ( IDocListener document, String file, Hashtable tagmap ) : void
document IDocListener
file String
tagmap System.Collections.Hashtable
Результат void

Parse() публичный статический Метод

Parses a given file.
public static Parse ( IDocListener document, String file, String tagmap ) : void
document IDocListener
file String
tagmap String
Результат void

Parse() публичный статический Метод

Parses a given file.
public static Parse ( IDocListener document, XmlDocument xDoc ) : void
document IDocListener
xDoc System.Xml.XmlDocument
Результат void

Parse() публичный статический Метод

Parses a given file.
public static Parse ( IDocListener document, XmlDocument xDoc, XmlDocument xTagmap ) : void
document IDocListener
xDoc System.Xml.XmlDocument
xTagmap System.Xml.XmlDocument
Результат void

Parse() публичный статический Метод

Parses a given XmlTextReader.
public static Parse ( IDocListener document, XmlTextReader reader ) : void
document IDocListener
reader System.Xml.XmlTextReader
Результат void

Parse() публичный статический Метод

Parses a given XmlTextReader.
public static Parse ( IDocListener document, XmlTextReader reader, Hashtable tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap System.Collections.Hashtable
Результат void

Parse() публичный статический Метод

Parses a given XmlTextReader.
public static Parse ( IDocListener document, XmlTextReader reader, String tagmap ) : void
document IDocListener
reader System.Xml.XmlTextReader
tagmap String
Результат void