Include Protected Members
Include Inherited Members
Manages tokens and handles token processing.
The TokenProcessor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
TokenProcessor | Initializes a new instance of TokenProcessor. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddDelete | Adds a DeleteToken to the token list owned by this token processor. |
![]() |
AddReplace | Adds a ReplacePairToken to the token list owned by this token processor. |
![]() |
AddReplaceBetween | Adds a ReplaceBetweenPairToken to the token list owned by this token processor. |
![]() |
DeleteTokens | Deletes the token from the text buffer. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (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.) |
![]() |
GetFileNamespace | Generates the namespace of the file. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GuidToForm1 | Convert a GUID to a string with the format (0x01020304, 0x0506, 0x0708, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10). |
![]() |
IsValidIdentifierChar | Determines whether or not a given character can be used in an identifier. |
![]() |
IsValidIdentifierStartChar | Determines whether the character is a valid start character. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ReplaceBetweenTokens | Replaces the text in the buffer with the text supplied in the replacement token. |
![]() |
ReplaceTokens | Replaces the text in the buffer with the text supplied in the replacement token. |
![]() |
Reset | |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
UntokenFile | Replaces all the text in the supplied source file with the tokens in the token list owned by this token processor and writes out the resulting text to the destination file. |
Top
.gif)
.gif)