Class DocumentEndEvent


  • public final class DocumentEndEvent
    extends Event
    Marks the end of a document.

    This event follows the document's content.

    • Constructor Detail

      • DocumentEndEvent

        public DocumentEndEvent​(Mark startMark,
                                Mark endMark,
                                boolean explicit)
        Create
        Parameters:
        startMark - - start
        endMark - - end
        explicit - - true when it is present in the document, false for implicitly added
    • Method Detail

      • getExplicit

        public boolean getExplicit()
        getter
        Returns:
        true when document end is present in the document