org.odftoolkit.odfdom.pkg
Interface ElementVisitor

All Known Implementing Classes:
DefaultElementVisitor, OdfEditableTextExtractor, OdfTextExtractor

public interface ElementVisitor

An interface to visit every odf element, according to Visitor design pattern


Method Summary
 void visit(OdfElement element)
          Visit odf element and process some operations
 

Method Detail

visit

void visit(OdfElement element)
Visit odf element and process some operations

Parameters:
element - ODF element


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.