The XmlPeer type exposes the following members.

Constructors

  NameDescription
Public methodXmlPeer
Creates a XmlPeer.

Methods

  NameDescription
Public methodAddAlias
Sets an alias for an attribute.
Public methodAddValue
Sets a value for an attribute.
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
Gets the list of attributes of the peer.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetName
Returns the iText attribute name.
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.
Protected fieldattributeValues
This is the Map that contains the default values of the attributes.
Protected fieldcustomTagname
This is the name of the alias.
Protected fielddefaultContent
This is String that contains the default content of the attributes.
Protected fieldtagname
This is the name of the alias.

Properties

  NameDescription
Public propertyAlias
Gets the alias of the peer.
Public propertyContent
Sets the default content.
Public propertyDefaultValues
Returns the default values.
Public propertyTag
Gets the tagname of the peer.

See Also