Package org.odftoolkit.odfdom.pkg
Interface ElementVisitor
- All Known Implementing Classes:
BookmarkRDFMetadataExtractor
,DefaultElementVisitor
,OdfEditableTextExtractor
,OdfTextExtractor
public interface ElementVisitor
An interface to visit every odf element, according to Visitor design pattern
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(OdfElement element) Visit odf element and process some operations
-
Method Details
-
visit
Visit odf element and process some operations- Parameters:
element
- ODF element
-