API Documentation

Search/Lucene/Document/OpenXml.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Search_Lucene
subpackage
Document
version
$Id: OpenXml.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Search_Lucene_Document_OpenXml

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Search_Lucene_Document_OpenXml

Extends from
Zend_Search_Lucene_Document
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Search_Lucene
subpackage
Document
Constants
SCHEMA_RELATIONSHIP
SCHEMA_OFFICEDOCUMENT
SCHEMA_COREPROPERTIES
SCHEMA_DUBLINCORE
SCHEMA_DUBLINCORETERMS
Methods
extractMetaData
absoluteZipPath

Description

OpenXML document.

Constants

SCHEMA_RELATIONSHIP

string SCHEMA_RELATIONSHIP = 'http://schemas.openxmlformats.org/package/2006/relationships'

Xml Schema - Relationships

Details

value
http://schemas.openxmlformats.org/package/2006/relationships
SCHEMA_RELATIONSHIP
string

SCHEMA_OFFICEDOCUMENT

string SCHEMA_OFFICEDOCUMENT = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument'

Xml Schema - Office document

Details

value
http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument
SCHEMA_OFFICEDOCUMENT
string

SCHEMA_COREPROPERTIES

string SCHEMA_COREPROPERTIES = 'http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties'

Xml Schema - Core properties

Details

value
http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties
SCHEMA_COREPROPERTIES
string

SCHEMA_DUBLINCORE

string SCHEMA_DUBLINCORE = 'http://purl.org/dc/elements/1.1/'

Xml Schema - Dublin Core

Details

value
http://purl.org/dc/elements/1.1/
SCHEMA_DUBLINCORE
string

SCHEMA_DUBLINCORETERMS

string SCHEMA_DUBLINCORETERMS = 'http://purl.org/dc/terms/'

Xml Schema - Dublin Core Terms

Details

value
http://purl.org/dc/terms/
SCHEMA_DUBLINCORETERMS
string

Methods

absoluteZipPath

absoluteZipPath( string $path ) : string

Determine absolute zip path

Arguments
$path
string
Output
string
Details
visibility
protected
final
false
static
false

extractMetaData

extractMetaData( ZipArchive $package ) : array

Extract metadata from document

Arguments
$package
ZipArchive
ZipArchive OpenXML package
Output
array
Key-value pairs containing document meta data
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.