Class FieldsCombiner.CombineVisitor
java.lang.Object
org.docx4j.utils.TraversalUtilVisitor<P>
org.docx4j.convert.out.common.preprocess.FieldsCombiner.CombineVisitor
- Enclosing class:
- FieldsCombiner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final QNameprivate static final intprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply method if there is no need to access the surrounding elementsprivate voidprivate ObjectcreateFldSimple(String instrText, List<Object> resultList) private STFldCharTypegetFldCharType(R r) private StringgetInstrText(R run) protected voidprocessContent(List<Object> pContent) Methods inherited from class org.docx4j.utils.TraversalUtilVisitor
apply
-
Field Details
-
_RInstrText_QNAME
-
STATE_NONE
private static final int STATE_NONE- See Also:
-
STATE_EXPECT_BEGIN
private static final int STATE_EXPECT_BEGIN- See Also:
-
STATE_EXPECT_INSTR
private static final int STATE_EXPECT_INSTR- See Also:
-
STATE_EXPECT_RESULT
private static final int STATE_EXPECT_RESULT- See Also:
-
-
Constructor Details
-
CombineVisitor
protected CombineVisitor()
-
-
Method Details
-
apply
Description copied from class:TraversalUtilVisitorApply method if there is no need to access the surrounding elements- Overrides:
applyin classTraversalUtilVisitor<P>
-
processContent
-
getInstrText
-
createFldSimple
-
copyItems
-
getFldCharType
-