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