Public Member Functions | |
| Token (String _name) | |
| void | setConst (String _str) |
| void | setCharset (String cs) |
| void | setEncoding (int mode) |
| String | getName () |
| String | getReplacement (String word, int mode) |
| String | getDocumentationPart () |
Static Public Attributes | |
| final int | SOURCE_WORD = 1 |
| final int | SOURCE_CONST = 2 |
| final int | MODE_NORMAL = 1 |
| final int | MODE_EXAMPLE = 2 |
| final int | MODE_HIGHLIGHT = 3 |
| final int | ENCODE_URL = 1 |
| final int | ENCODE_DEC = 2 |
| final int | ENCODE_HEX = 3 |
Package Attributes | |
| String | name |
| int | source |
| int | encoding = ENCODE_URL |
| String | string |
| String | charset = "utf-8" |
Private Member Functions | |
| String | getRawReplacement (String word, int mode) |
|
|
Definition at line 209 of file InputManager.java. References name, source, and SOURCE_WORD. |
|
|
Definition at line 251 of file InputManager.java. References charset, ENCODE_DEC, ENCODE_HEX, ENCODE_URL, encoding, name, source, SOURCE_CONST, SOURCE_WORD, and string. Referenced by InputManager::WebPage::getDocumentation(). |
|
|
Definition at line 217 of file InputManager.java. References name. Referenced by InputManager::WebPage::replaceTokens(). |
|
||||||||||||
|
Definition at line 218 of file InputManager.java. References getRawReplacement(), MODE_HIGHLIGHT, name, source, SOURCE_CONST, SOURCE_WORD, and string. Referenced by getRawReplacement(). |
|
||||||||||||
|
Definition at line 229 of file InputManager.java. References charset, ENCODE_DEC, ENCODE_HEX, ENCODE_URL, encoding, getReplacement(), MODE_EXAMPLE, MODE_HIGHLIGHT, MODE_NORMAL, and source. Referenced by getReplacement(), and InputManager::WebPage::replaceTokens(). |
|
|
Definition at line 213 of file InputManager.java. References charset, and setCharset(). Referenced by setCharset(). |
|
|
Definition at line 211 of file InputManager.java. References setConst(), source, SOURCE_CONST, and string. Referenced by setConst(). |
|
|
Definition at line 215 of file InputManager.java. References encoding, and setEncoding(). Referenced by setEncoding(). |
|
|
Definition at line 208 of file InputManager.java. Referenced by getDocumentationPart(), getReplacement(), and setCharset(). |
|
|
Definition at line 202 of file InputManager.java. Referenced by getDocumentationPart(), and getReplacement(). |
|
|
Definition at line 203 of file InputManager.java. Referenced by getDocumentationPart(), and getReplacement(). |
|
|
Definition at line 201 of file InputManager.java. Referenced by getDocumentationPart(), and getReplacement(). |
|
|
Definition at line 206 of file InputManager.java. Referenced by getDocumentationPart(), getReplacement(), and setEncoding(). |
|
|
Definition at line 198 of file InputManager.java. Referenced by getReplacement(). |
|
|
Definition at line 199 of file InputManager.java. Referenced by getRawReplacement(), and getReplacement(). |
|
|
Definition at line 197 of file InputManager.java. Referenced by getReplacement(). |
|
|
Definition at line 204 of file InputManager.java. Referenced by getDocumentationPart(), getName(), getRawReplacement(), and Token(). |
|
|
Definition at line 205 of file InputManager.java. Referenced by getDocumentationPart(), getRawReplacement(), getReplacement(), setConst(), and Token(). |
|
|
Definition at line 195 of file InputManager.java. Referenced by getDocumentationPart(), getRawReplacement(), and setConst(). |
|
|
Definition at line 194 of file InputManager.java. Referenced by getDocumentationPart(), getRawReplacement(), and Token(). |
|
|
Definition at line 207 of file InputManager.java. Referenced by getDocumentationPart(), getRawReplacement(), and setConst(). |
1.3.7