Interface XhtmlVisitor
- 
- All Known Implementing Classes:
 PageLayoutVisitor
public interface XhtmlVisitorA visitor is used to capture XML events that occur during a parse of an XHTML document.- Since:
 - 4.2
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(XMLEvent xmlEvent, ConversionContext context)Called on each XMLEvent during a parse of an XHTML document. 
 - 
 
- 
- 
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
 
 
 - 
 
 -