C# Класс iTextSharp.text.xml.XmlParser

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

Защищенные свойства (Protected)

Свойство Тип Описание
parser ITextHandler

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

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

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.

XmlParser ( ) : System

Constructs an XmlParser.

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

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

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

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

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

Описание свойств

parser защищенное свойство

This is the instance of the parser.
protected ITextHandler,iTextSharp.text.xml parser
Результат ITextHandler