com.lowagie.text.html

Class HtmlPeer

public class HtmlPeer extends XmlPeer

This interface is implemented by the peer of all the iText objects.
Constructor Summary
HtmlPeer(String name, String alias)
Creates a XmlPeer.
Method Summary
voidaddAlias(String name, String alias)
Sets an alias for an attribute.
PropertiesgetAttributes(Attributes attrs)

Constructor Detail

HtmlPeer

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 Detail

addAlias

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

Parameters: name the iText tagname alias the custom tagname

getAttributes

public Properties getAttributes(Attributes attrs)

See Also: getAttributes