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 Type
    Method
    Description
    void
    visit(OdfElement element)
    Visit odf element and process some operations
  • Method Details

    • visit

      void visit(OdfElement element)
      Visit odf element and process some operations
      Parameters:
      element - ODF element