Class BookmarkStartWriter

All Implemented Interfaces:
Writer

public class BookmarkStartWriter
extends AbstractBookmarkStartWriter
Generate a reference so that the w:bookmarkStart it can be referenced.
The preprocessing step BookmarkMover should have moved any Bookmarks to the beginning of a paragraph, therefore an inline should always work.
  • Constructor Details

  • 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.TransformerException
      Description copied from interface: Writer
      Generate the corresponding document fragment
      Returns:
      Throws:
      javax.xml.transform.TransformerException