Class ToHtml.Alt

java.lang.Object
eu.bandm.tools.lablog.base.ToHtml.Alt
Enclosing class:
ToHtml

protected class ToHtml.Alt extends Object
Auxiliary co-tuple class for putting Element_inline and pcdata into one list. Needed by ToHtml.DeliverInline, which is needed for paragraph contents construction. Realizes two variants by two value fields. Exactly one of these may be =null.
  • Field Details

    • pcdata

      @Opt final @Opt TypedPCData pcdata
      Field realizing the variant that pc data is delivered.
    • inline

      @Opt final @Opt Element_inline inline
      Field realizing the variant that an inline Element is delivered.
  • Constructor Details

    • Alt

      Alt(TypedPCData pcdata)
      Constructor realizing the variant that pc data is delivered.
    • Alt

      Alt(Element_inline inline)
      Constructor realizing the variant that an inline Element is delivered.