public class ArticlesResolver
extends java.lang.Object
| Constructor and Description |
|---|
ArticlesResolver(ArticlesModel model) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkHasLocalMacros(org.docgene.model.XMLFooter footer)
Return true if the footer has local macros.
|
boolean |
hasLocalMacros(ParagraphElementParent par)
Return true if there are local macros on a paragraph.
|
void |
resolveFooter(org.docgene.model.HTMLOutput root,
org.docgene.model.XMLFooter footer,
boolean resolveMacros)
Resolve the footer.
|
void |
resolveMacros(org.docgene.model.Article article,
ParagraphElementParent par)
Resolve macros.
|
void |
resolveParagraphParent(org.docgene.model.HTMLOutput root,
ParagraphElementParent par)
Resolve a parent paragraph.
|
public ArticlesResolver(ArticlesModel model)
public boolean checkHasLocalMacros(org.docgene.model.XMLFooter footer)
footer - the footerpublic void resolveFooter(org.docgene.model.HTMLOutput root,
org.docgene.model.XMLFooter footer,
boolean resolveMacros)
root - the root elementfooter - the footerresolveMacros - true to resolve the macrospublic boolean hasLocalMacros(ParagraphElementParent par)
par - the paragraph element parentpublic void resolveMacros(org.docgene.model.Article article,
ParagraphElementParent par)
article - the articlepar - the paragraph element parentpublic void resolveParagraphParent(org.docgene.model.HTMLOutput root,
ParagraphElementParent par)
root - the root elementpar - the parent paragraphCopyright © 2016-2026 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence