com.atlassian.confluence.xhtml.api
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:
- v4.2
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
Copyright © 2003–2015 Atlassian. All rights reserved.