Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(WordprocessingMLPackage pkg,
Map<String,CustomXmlPart> customXmlDataStorageParts,
Conditions conditions,
Xpaths xPaths) |
void |
listXPaths(List<Xpaths.Xpath> theList,
Conditions conditions,
Xpaths xPaths)
List the XPaths used in this condition.
|
void |
mapIds(Map<String,String> xpathIdMap,
Map<String,String> conditionIdMap)
Map the IDs used in this condition to new values; useful for merging ConditionParts.
|
Condition |
repeat(String xpathBase,
int index,
Conditions conditions,
Xpaths xPaths)
Create a condition for this instance of a repeat.
|
String |
toString(Conditions conditions,
Xpaths xPaths)
Build the XPath expression
|
boolean evaluate(WordprocessingMLPackage pkg, Map<String,CustomXmlPart> customXmlDataStorageParts, Conditions conditions, Xpaths xPaths)
void listXPaths(List<Xpaths.Xpath> theList, Conditions conditions, Xpaths xPaths)
theList
- conditions
- xPaths
- String toString(Conditions conditions, Xpaths xPaths)
conditions
- xPaths
- Condition repeat(String xpathBase, int index, Conditions conditions, Xpaths xPaths)
xpathBase
- index
- conditions
- xPaths
- Copyright © 2007-2013. All Rights Reserved.