public interface

XhtmlVisitor

com.atlassian.confluence.xhtml.api.XhtmlVisitor
Known Indirect Subclasses

Class Overview

A visitor is used to capture XML events that occur during a parse of an XHTML document.

Summary

Public Methods
boolean handle(XMLEvent xmlEvent, ConversionContext context)
Called on each XMLEvent during a parse of an XHTML document.

Public Methods

public boolean handle (XMLEvent xmlEvent, ConversionContext context)

Called on each XMLEvent during a parse of an XHTML document.