\PARSEXML

Parse the bibliographic style's XML

Conversion to use with PHP's simpleXML by Ritesh Agrawal and Mark Grimshaw 2007/2008

Summary

Methods
Properties
Constants
__construct()
loadStyle()
extractEntries()
$info
$citation
$footnote
$common
$types
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$info

$info : 

array

Type

$citation

$citation : 

array

Type

$footnote

$footnote : 

array

Type

$common

$common : 

array

Type

$types

$types : 

array

Type

Methods

__construct()

__construct() : 

PARSEXML

Returns

loadStyle()

loadStyle(  output,   export,   stylePath) : 

Read the chosen bibliographic style and create arrays based on resource type.

Parameters

output

'html', plain', 'rtf'. Default is 'html'

export

The requested bibliographic output style.

stylePath

The path where the styles are.

Returns

extractEntries()

extractEntries(  file) : 

Extract entries from file

Parameters

file
  • Location of StyleFile

Returns