Interface XhtmlVisitor

  • All Known Implementing Classes:
    PageLayoutVisitor

    public interface XhtmlVisitor
    A visitor is used to capture XML events that occur during a parse of an XHTML document.
    Since:
    4.2
    • Method Detail

      • handle

        boolean handle​(XMLEvent xmlEvent,
                       ConversionContext context)
        Called on each XMLEvent during a parse of an XHTML document.
        Returns:
        true if visiting should be halted immediately, false if it should continue