Package eu.bandm.tools.lablog.base
Class ToHtml.DeliverInline
java.lang.Object
eu.bandm.tools.lablog.base.ToHtml.DeliveryContext<ToHtml.Alt>
eu.bandm.tools.lablog.base.ToHtml.DeliverInline
- Enclosing class:
- ToHtml
This variant wraps every accepted input into a "pre" content element.
-
Field Summary
Fields inherited from class eu.bandm.tools.lablog.base.ToHtml.DeliveryContext
list, pred
-
Constructor Summary
ModifierConstructorDescriptionprotected
Only constructor. -
Method Summary
Modifier and TypeMethodDescription(package private) void
Accept an Html inline element.(package private) void
Accept Html typed pc data.Methods inherited from class eu.bandm.tools.lablog.base.ToHtml.DeliveryContext
deliver, deliver
-
Constructor Details
-
DeliverInline
Only constructor.
-
-
Method Details
-
deliver
Description copied from class:ToHtml.DeliveryContext
Accept an Html inline element. This method defaults to reject it with an IllegalStateException and can be overridden by the subclass.- Overrides:
deliver
in classToHtml.DeliveryContext<ToHtml.Alt>
-
deliver
Description copied from class:ToHtml.DeliveryContext
Accept Html typed pc data. This method defaults to reject it with an IllegalStateException and can be overridden by the subclass.- Overrides:
deliver
in classToHtml.DeliveryContext<ToHtml.Alt>
-