Package org.docx4j.convert.out.fo
Class FldSimpleWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractFldSimpleWriter
org.docx4j.convert.out.fo.FldSimpleWriter
- All Implemented Interfaces:
Writer
public class FldSimpleWriter extends AbstractFldSimpleWriter
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classFldSimpleWriter.AbstractPagesHandlerprotected static classFldSimpleWriter.NumpagesHandlerprotected static classFldSimpleWriter.PageHandlerprotected static classFldSimpleWriter.PagerefHandlerprotected static classFldSimpleWriter.SectionpagesHandlerNested classes/interfaces inherited from class org.docx4j.convert.out.common.writer.AbstractFldSimpleWriter
AbstractFldSimpleWriter.DateHandler, AbstractFldSimpleWriter.DocPropertyHandler, AbstractFldSimpleWriter.FldSimpleNodeWriterHandler, AbstractFldSimpleWriter.FldSimpleStringWriterHandler, AbstractFldSimpleWriter.FldSimpleWriterHandler, AbstractFldSimpleWriter.PrintdateHandler, AbstractFldSimpleWriter.TimeHandlerNested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringFO_NSprotected static java.lang.StringXSL_NSFields inherited from class org.docx4j.convert.out.common.writer.AbstractFldSimpleWriter
defaultHandler, elementName, elementNs, handlers, WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerId -
Constructor Summary
Constructors Modifier Constructor Description protectedFldSimpleWriter() -
Method Summary
Modifier and Type Method Description protected voidapplyProperties(java.util.List<Property> properties, org.w3c.dom.Node node)protected voidregisterHandlers()Methods inherited from class org.docx4j.convert.out.common.writer.AbstractFldSimpleWriter
applyStyle, createDefaultHandler, registerHandler, toNode, wrap, wrapMethods inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
createTransformState, getIDMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FO_NS
protected static final java.lang.String FO_NS- See Also:
- Constant Field Values
-
XSL_NS
protected static final java.lang.String XSL_NS- See Also:
- Constant Field Values
-
-
Constructor Details
-
FldSimpleWriter
protected FldSimpleWriter()
-
-
Method Details
-
registerHandlers
protected void registerHandlers()- Overrides:
registerHandlersin classAbstractFldSimpleWriter
-
applyProperties
- Specified by:
applyPropertiesin classAbstractFldSimpleWriter
-