The Meta type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Meta(Int32, String) |
Constructs a Meta.
| |
| Meta(String, String) |
Constructs a Meta.
|
Methods
| Name | Description | |
|---|---|---|
| Append |
appends some text to this Meta.
| |
| 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.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetType(String) |
Returns the name of the meta information.
| |
| IsContent | ||
| IsNestable | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Process |
Processes the element by adding it (or the different parts) to a
IElementListener.
| |
| ToString | (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Chunks |
Gets all the chunks in this element.
| |
| Content |
Returns the content of the meta information.
| |
| Name |
Returns the name of the meta information.
| |
| Type |
Gets the type of the text element.
|