Class TagMap
- Namespace
- iTextSharp.text.xml
- Assembly
- iTextSharp.LGPLv2.Core.dll
The TagMap -class maps several XHTML-tags to iText-objects.
public class TagMap : NullValueDictionary<string, XmlPeer>, IDictionary, ICollection, IReadOnlyDictionary<string, XmlPeer>, IReadOnlyCollection<KeyValuePair<string, XmlPeer>>, ISerializable, IDeserializationCallback, INullValueDictionary<string, XmlPeer>, IDictionary<string, XmlPeer>, ICollection<KeyValuePair<string, XmlPeer>>, IEnumerable<KeyValuePair<string, XmlPeer>>, IEnumerable
- Inheritance
-
TagMap
- Implements
- Derived
- Inherited Members
Constructors
TagMap()
public TagMap()
TagMap(string)
Constructs a Tagmap object
public TagMap(string tagfile)
Parameters
tagfile
stringthe file of tags to parse
TagMap(XmlDocument)
Constructs a Tagmap object
public TagMap(XmlDocument xTagfile)
Parameters
xTagfile
XmlDocument
Methods
Init(string)
Parses the xml document
protected void Init(string tagfile)
Parameters
tagfile
string
Init(XmlDocument)
Parses the xml document
protected void Init(XmlDocument xTagfile)
Parameters
xTagfile
XmlDocument