C# Class iTextSharp.text.xml.TagMap

The TagMap-class maps several XHTML-tags to iText-objects.
Inheritance: System.Collections.Hashtable
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
TagMap ( String tagfile ) : System

Constructs a Tagmap object

TagMap ( XmlDocument xTagfile ) : System

Constructs a Tagmap object

Protected Methods

Method Description
Init ( XmlDocument xTagfile ) : void

Parses the xml document

Init ( string tagfile ) : void

Parses the xml document

Method Details

Init() protected method

Parses the xml document
protected Init ( XmlDocument xTagfile ) : void
xTagfile System.Xml.XmlDocument
return void

Init() protected method

Parses the xml document
protected Init ( string tagfile ) : void
tagfile string
return void

TagMap() public method

Constructs a Tagmap object
public TagMap ( String tagfile ) : System
tagfile String the file of tags to parse
return System

TagMap() public method

Constructs a Tagmap object
public TagMap ( XmlDocument xTagfile ) : System
xTagfile System.Xml.XmlDocument
return System