Interface MarkupWriterListener

All Known Implementing Classes:
MarkupWriterAdapter

public interface MarkupWriterListener
An interface that allows objects to be alerted after an element is started, and after an element is ended.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked just after an element has ended.
    void
    Invoked just after an element and its initial set of attributes has been written.