| Class | Description |
|---|---|
| CollectFragmentProcessor | Processor produced from FragmentProcessor in order to separate include and define logic to avoid ambiguity. |
| FragmentFinder | Searches for and returns layout dialect fragments within a given scope/element. |
| FragmentParameterNamesExtractor | Extracts just the parameter names from a fragment definition. |
| FragmentParameterVariableUpdater | Updates the variables at a given element/fragment scope to include those in a fragment expression. |
| FragmentProcessor | This processor serves a dual purpose: to mark sections of the template that can be replaced, and to do the replacing when they're encountered. |