Save This Page
Home » iText-2.1.7 » com.lowagie » text » xml » [javadoc | source]
com.lowagie.text.xml
public class: TagMap [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      java.util.HashMap
         com.lowagie.text.xml.TagMap

All Implemented Interfaces:
    Map, Serializable, Cloneable

The Tags-class maps several XHTML-tags to iText-objects.
Nested Class Summary:
class  TagMap.AttributeHandler   
Fields inherited from java.util.HashMap:
DEFAULT_INITIAL_CAPACITY,  MAXIMUM_CAPACITY,  DEFAULT_LOAD_FACTOR,  table,  size,  threshold,  loadFactor,  modCount
Fields inherited from java.util.AbstractMap:
keySet,  values
Constructor:
 public TagMap(String tagfile) 
    Constructs a TagMap
    Parameters:
    tagfile - the path to an XML file with the tagmap
 public TagMap(InputStream in) 
    Constructs a TagMap.
    Parameters:
    in - An InputStream with the tagmap xml
Method from com.lowagie.text.xml.TagMap Summary:
init
Methods from java.util.HashMap:
addEntry,   capacity,   clear,   clone,   containsKey,   containsValue,   createEntry,   entrySet,   get,   getEntry,   hash,   indexFor,   init,   isEmpty,   keySet,   loadFactor,   newEntryIterator,   newKeyIterator,   newValueIterator,   put,   putAll,   remove,   removeEntryForKey,   removeMapping,   resize,   size,   transfer,   values
Methods from java.util.AbstractMap:
access$000,   clear,   clone,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.xml.TagMap Detail:
 protected  void init(InputStream in)