Parse the template into TemplateChunks.
()
| 201 | |
| 202 | /** Parse the template into {@link TemplateChunk}s. */ |
| 203 | private void parseTemplate() { |
| 204 | |
| 205 | /* parse the entire template */ |
| 206 | this.parseFragment(this.template); |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Parse a template fragment. |