Abstract Class Zend_Search_Lucene_Document_OpenXml

Description

OpenXML document.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /Search/Lucene/Document/OpenXml.php (line 37)

Zend_Search_Lucene_Document
   |
   --Zend_Search_Lucene_Document_OpenXml
Direct descendents
Class Description
 class Zend_Search_Lucene_Document_Pptx Pptx document.
 class Zend_Search_Lucene_Document_Xlsx Xlsx document.
 class Zend_Search_Lucene_Document_Docx Docx document.
Class Constant Summary
 SCHEMA_COREPROPERTIES = 'http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties'
 SCHEMA_DUBLINCORE = 'http://purl.org/dc/elements/1.1/'
 SCHEMA_DUBLINCORETERMS = 'http://purl.org/dc/terms/'
 SCHEMA_OFFICEDOCUMENT = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument'
 SCHEMA_RELATIONSHIP = 'http://schemas.openxmlformats.org/package/2006/relationships'
Method Summary
 string absoluteZipPath (string $path)
 array extractMetaData ( $package)
Variables
Methods
absoluteZipPath (line 115)

Determine absolute zip path

  • access: protected
string absoluteZipPath (string $path)
  • string $path
extractMetaData (line 80)

Extract metadata from document

  • return: Key-value pairs containing document meta data
  • access: protected
array extractMetaData ( $package)
  • ZipArchive $package: ZipArchive OpenXML package

Inherited Methods

Inherited From Zend_Search_Lucene_Document

 Zend_Search_Lucene_Document::addField()
 Zend_Search_Lucene_Document::getField()
 Zend_Search_Lucene_Document::getFieldNames()
 Zend_Search_Lucene_Document::getFieldUtf8Value()
 Zend_Search_Lucene_Document::getFieldValue()
 Zend_Search_Lucene_Document::__get()
Class Constants
SCHEMA_COREPROPERTIES = 'http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties' (line 58)

Xml Schema - Core properties

SCHEMA_DUBLINCORE = 'http://purl.org/dc/elements/1.1/' (line 65)

Xml Schema - Dublin Core

SCHEMA_DUBLINCORETERMS = 'http://purl.org/dc/terms/' (line 72)

Xml Schema - Dublin Core Terms

SCHEMA_OFFICEDOCUMENT = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument' (line 51)

Xml Schema - Office document

SCHEMA_RELATIONSHIP = 'http://schemas.openxmlformats.org/package/2006/relationships' (line 44)

Xml Schema - Relationships

Documentation generated on Mon, 21 Jun 2010 15:36:55 -0400 by phpDocumentor 1.4.3