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

Method Summary
 boolean handle(javax.xml.stream.events.XMLEvent xmlEvent, ConversionContext context)
          Called on each XMLEvent during a parse of an XHTML document.
 

Method Detail

handle

boolean handle(javax.xml.stream.events.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-2014 Atlassian. All Rights Reserved.