The HtmlPeer type exposes the following members.

Constructors

  NameDescription
Public methodHtmlPeer
Initializes a new instance of the HtmlPeer class

Methods

  NameDescription
Public methodAddAlias (Overrides XmlPeer..::..AddAlias(String, String).)
Public methodAddValue
Sets a value for an attribute.
(Inherited from XmlPeer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributes (Overrides XmlPeer..::..GetAttributes(Hashtable).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetName
Returns the iText attribute name.
(Inherited from XmlPeer.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldattributeAliases
This is the Map that contains the aliases of the attributes.
(Inherited from XmlPeer.)
Protected fieldattributeValues
This is the Map that contains the default values of the attributes.
(Inherited from XmlPeer.)
Protected fieldcustomTagname
This is the name of the alias.
(Inherited from XmlPeer.)
Protected fielddefaultContent
This is String that contains the default content of the attributes.
(Inherited from XmlPeer.)
Protected fieldtagname
This is the name of the alias.
(Inherited from XmlPeer.)

Properties

  NameDescription
Public propertyAlias
Gets the alias of the peer.
(Inherited from XmlPeer.)
Public propertyContent
Sets the default content.
(Inherited from XmlPeer.)
Public propertyDefaultValues
Returns the default values.
(Inherited from XmlPeer.)
Public propertyTag
Gets the tagname of the peer.
(Inherited from XmlPeer.)

See Also