class Plaintext::OpendocumentHandler

Extractor for Open / Libre Office formats

Constants

CONTENT_TYPES

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/plaintext/file_handler/zipped_xml_handler/opendocument_handler.rb, line 14
def initialize
  super
  @file_name = 'content.xml'
  @content_types = CONTENT_TYPES
  @element = 'p'
  @namespace_uri = 'urn:oasis:names:tc:opendocument:xmlns:text:1.0'
end