The XmlPeer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XmlPeer |
Creates a XmlPeer.
|
Methods
| Name | Description | |
|---|---|---|
| AddAlias |
Sets an alias for an attribute.
| |
| AddValue |
Sets a value for an attribute.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAttributes | Gets the list of attributes of the peer. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetName |
Returns the iText attribute name.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| attributeAliases | This is the Map that contains the aliases of the attributes. | |
| attributeValues | This is the Map that contains the default values of the attributes. | |
| customTagname | This is the name of the alias. | |
| defaultContent | This is String that contains the default content of the attributes. | |
| tagname | This is the name of the alias. |
Properties
| Name | Description | |
|---|---|---|
| Alias |
Gets the alias of the peer.
| |
| Content |
Sets the default content.
| |
| DefaultValues |
Returns the default values.
| |
| Tag |
Gets the tagname of the peer.
|