DocumentRenderInstruction Class |
Namespace: imbNLP.Toolkit.Entity
public class DocumentRenderInstruction
The DocumentRenderInstruction type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentRenderInstruction |
Initializes a new instance of the DocumentRenderInstruction class.
| |
| DocumentRenderInstruction(String, String, Double) |
Initializes a new instance of the DocumentRenderInstruction class.
|
| Name | Description | |
|---|---|---|
| name |
Human readable comment on the instruction
| |
| weight | ||
| XPath |
XPath used for selecting the nodes
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBodyTextInstruction |
Gets special instruction for visible text rendering, BODYTEXT_NAME | |
| GetContentInstruction |
Gets the content instruction.
| |
| GetDescriptionInstruction |
Gets the description instruction.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTitleInstruction |
Gets the title instruction.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Render |
Renders the specified node.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BODYTEXT_NAME |
This is willcard instruction name, executing render of all visible text nodes within the body tag
| |
| DESCRIPTION_NAME | ||
| TITLE_NAME |