Class Void<D extends AnyDocument<D>,PC extends Content<D,PC>,E extends Void<D,PC,E>>

java.lang.Object
com.aoapps.html.any.Element<D,PC,E>
com.aoapps.html.any.Void<D,PC,E>
Type Parameters:
D - This document type
PC - The parent content model this element is within
E - This element type
All Implemented Interfaces:
Whitespace, Autofocus<E>, AutocapitalizeUnexpected<E>, Dir<E>, OnabortUnexpected<E>, Onblur<E>, OncanplaythroughUnexpected<E>, OncanplayUnexpected<E>, OnchangeUnexpected<E>, Onclick<E>, Oncontextmenu<E>, Oncopy<E>, Oncut<E>, Ondblclick<E>, Ondrag<E>, Ondragend<E>, Ondragenter<E>, Ondragleave<E>, Ondragover<E>, Ondragstart<E>, Ondrop<E>, OndurationchangeUnexpected<E>, OnemptiedUnexpected<E>, OnendedUnexpected<E>, OnerrorUnexpected<E>, Onfocus<E>, OninputUnexpected<E>, OninvalidUnexpected<E>, Onkeydown<E>, Onkeypress<E>, Onkeyup<E>, OnloadeddataUnexpected<E>, OnloadedmetadataUnexpected<E>, OnloadstartUnexpected<E>, OnloadUnexpected<E>, Onmousedown<E>, Onmouseenter<E>, Onmouseleave<E>, Onmousemove<E>, Onmouseout<E>, Onmouseover<E>, Onmouseup<E>, Onmousewheel<E>, Onpaste<E>, OnpauseUnexpected<E>, OnplayingUnexpected<E>, OnplayUnexpected<E>, OnprogressUnexpected<E>, OnratechangeUnexpected<E>, OnresetUnexpected<E>, OnresizeUnexpected<E>, Onscroll<E>, OnsecuritypolicyviolationUnexpected<E>, OnseekedUnexpected<E>, OnseekingUnexpected<E>, OnselectUnexpected<E>, OnslotchangeUnexpected<E>, OnstalledUnexpected<E>, OnsubmitUnexpected<E>, OnsuspendUnexpected<E>, OntimeupdateUnexpected<E>, OntoggleUnexpected<E>, OnvolumechangeUnexpected<E>, OnwaitingUnexpected<E>, Onwheel<E>, Tabindex<E>, Accesskey<E>, Attribute<E>, Class<E>, Data<E>, Id<E>, Lang<E>, Style<E>, Title<E>, DocumentWriter, GlobalAttributes<E>
Direct Known Subclasses:
AnyAREA, AnyBASE, AnyBR, AnyCOL, AnyHR, AnyIMG, AnyINPUT, AnyLINK, AnyMETA, AnyPARAM, AnyWBR

public abstract class Void<D extends AnyDocument<D>,PC extends Content<D,PC>,E extends Void<D,PC,E>> extends Element<D,PC,E>
Author:
AO Industries, Inc.
  • Constructor Details

    • Void

      protected Void(D document, PC pc)
  • Method Details

    • __

      public PC __() throws IOException
      Closes this element.
      Returns:
      The parent content model this element is within
      Throws:
      IOException
    • doAfterElement

      protected void doAfterElement(Writer unsafe) throws IOException
      Called after the element is closed.

      An common use is expected to be invoking AnyDocument.autoNl(java.io.Writer).

      Throws:
      IOException