Package org.docx4j.convert.out.html
Class SymbolWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractSymbolWriter
org.docx4j.convert.out.html.SymbolWriter
- All Implemented Interfaces:
Writer
public class SymbolWriter extends AbstractSymbolWriter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
Fields inherited from class org.docx4j.convert.out.common.writer.AbstractSymbolWriter
WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerId -
Constructor Summary
Constructors Constructor Description SymbolWriter() -
Method Summary
Modifier and Type Method Description protected byte[]hexStringToByteArray(java.lang.String s)org.w3c.dom.NodetoNode(AbstractWmlConversionContext context, java.lang.Object unmarshalledNode, org.w3c.dom.Node modelContent, Writer.TransformState state, org.w3c.dom.Document doc)Generate the corresponding document fragmentMethods 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
-
Constructor Details
-
SymbolWriter
public SymbolWriter()
-
-
Method Details
-
toNode
public org.w3c.dom.Node toNode(AbstractWmlConversionContext context, java.lang.Object unmarshalledNode, org.w3c.dom.Node modelContent, Writer.TransformState state, org.w3c.dom.Document doc) throws javax.xml.transform.TransformerExceptionDescription copied from interface:WriterGenerate the corresponding document fragment- Returns:
- Throws:
javax.xml.transform.TransformerException
-
hexStringToByteArray
protected byte[] hexStringToByteArray(java.lang.String s)
-