iTextSharp.text.xml.TagMap.AttributeHandler.AttributeHandler C# (CSharp) Метод

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

Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
public AttributeHandler ( Hashtable tagMap ) : System
tagMap System.Collections.Hashtable A Hashtable containing XmlPeer-objects
Результат System
            public AttributeHandler(Hashtable tagMap) {
                this.tagMap = tagMap;
            }