Interface XhtmlVisitor
- All Known Implementing Classes:
 AttachmentMacroVisitor,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 Summary
Modifier and TypeMethodDescriptionbooleanhandle(XMLEvent xmlEvent, ConversionContext context) Called on each XMLEvent during a parse of an XHTML document. 
- 
Method Details
- 
handle
Called on each XMLEvent during a parse of an XHTML document.- Returns:
 - true if visiting should be halted immediately, false if it should continue
 
 
 -