| Package | Description |
|---|---|
| fr.opensagres.xdocreport.template.formatter |
| Modifier and Type | Class and Description |
|---|---|
class |
IfDirective |
class |
LoopDirective |
| Modifier and Type | Method and Description |
|---|---|
Directive |
Directive.getParent() |
Directive |
DirectivesStack.peekDirective(Directive.DirectiveType type) |
Directive |
DirectivesStack.peekOrNull() |
| Constructor and Description |
|---|
Directive(Directive parent,
java.lang.String startDirective,
java.lang.String endDirective) |
IfDirective(Directive parent,
java.lang.String startDirective,
java.lang.String endDirective) |
LoopDirective(Directive parent,
java.lang.String startLoopDirective,
java.lang.String endLoopDirective,
java.lang.String sequence,
java.lang.String item) |
Copyright © 2019. All Rights Reserved.