Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » html » [javadoc | source]
com.lowagie.text.html
public class: HtmlPeer [javadoc | source]
java.lang.Object
   com.lowagie.text.xml.XmlPeer
      com.lowagie.text.html.HtmlPeer
This interface is implemented by the peer of all the iText objects.
Fields inherited from com.lowagie.text.xml.XmlPeer:
tagname,  customTagname,  attributeAliases,  attributeValues,  defaultContent
Constructor:
 public HtmlPeer(String name,
    String alias) 
    Creates a XmlPeer.
    Parameters:
    name - the iText name of the tag
    alias - the Html name of the tag
Method from com.lowagie.text.html.HtmlPeer Summary:
addAlias,   getAttributes
Methods from com.lowagie.text.xml.XmlPeer:
addAlias,   addValue,   getAlias,   getAttributes,   getDefaultValues,   getName,   getTag,   setContent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.html.HtmlPeer Detail:
 public  void addAlias(String name,
    String alias) 
    Sets an alias for an attribute.
 public Properties getAttributes(Attributes attrs)