public class AbstractMigrator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConditionsPart |
conditionsPart |
protected String |
storeItemID |
protected XPathsPart |
xPathsPart |
| Constructor and Description |
|---|
AbstractMigrator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
addPropertiesPart(WordprocessingMLPackage pkgOut,
Part customXmlDataStoragePart,
String ns) |
protected ConditionsPart |
createConditionsPart(WordprocessingMLPackage pkgOut,
Conditions conditions) |
protected void |
createContentControl(RPr rPr,
List<Object> replacementContent,
String key,
String xpath,
String prefixmappings)
create an SdtRun, and add it to replacementContent
|
protected void |
createParts(WordprocessingMLPackage pkgOut) |
protected static SdtPr |
createSdtPr(String key,
String xpath,
String prefixmappings,
String storeItemID,
boolean isRepeat) |
protected SdtRun |
createSdtRun(RPr rPr,
String key,
String xpath,
String prefixmappings)
create an SdtRun
|
protected XPathsPart |
createXPathsPart(WordprocessingMLPackage pkgOut,
Xpaths xpaths) |
protected XPathsPart xPathsPart
protected ConditionsPart conditionsPart
protected String storeItemID
protected void createParts(WordprocessingMLPackage pkgOut) throws InvalidFormatException
InvalidFormatExceptionprotected ConditionsPart createConditionsPart(WordprocessingMLPackage pkgOut, Conditions conditions) throws InvalidFormatException
InvalidFormatExceptionprotected XPathsPart createXPathsPart(WordprocessingMLPackage pkgOut, Xpaths xpaths) throws InvalidFormatException
InvalidFormatExceptionprotected String addPropertiesPart(WordprocessingMLPackage pkgOut, Part customXmlDataStoragePart, String ns) throws InvalidFormatException
InvalidFormatExceptionprotected void createContentControl(RPr rPr, List<Object> replacementContent, String key, String xpath, String prefixmappings)
r - replacementContent - key - protected SdtRun createSdtRun(RPr rPr, String key, String xpath, String prefixmappings)
r - key - Copyright © 2007-2022. All Rights Reserved.