com.lowagie.text.html
Class HtmlPeer

java.lang.Object
  |
  +--com.lowagie.text.xml.XmlPeer
        |
        +--com.lowagie.text.html.HtmlPeer

public class HtmlPeer
extends XmlPeer

This interface is implemented by the peer of all the iText objects.


Field Summary
 
Fields inherited from class com.lowagie.text.xml.XmlPeer
attributeAliases, attributeValues, customTagname, defaultContent, tagname
 
Constructor Summary
HtmlPeer(String name, String alias)
          Creates a XmlPeer.
 
Method Summary
 void addAlias(String name, String alias)
          Sets an alias for an attribute.
 
Methods inherited from class com.lowagie.text.xml.XmlPeer
addValue, getAlias, getAttributes, getDefaultValues, getName, getTag, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlPeer

public HtmlPeer(String name,
                String alias)
Creates a XmlPeer.

Method Detail

addAlias

public void addAlias(String name,
                     String alias)
Sets an alias for an attribute.

Overrides:
addAlias in class XmlPeer
Parameters:
name - the iText tagname
alias - the custom tagname