CiteProc - PHP
A PHP implementation of the CSL citation processor "CiteProc"
|
Public Member Functions | |
__construct ($dom_node, $citeproc=NULL) | |
init_formatting () | |
init_attrs ($mode) | |
init_format ($attribs, $part= 'base') | |
format ($text, $part= 'base') | |
render ($names, $mode=NULL) | |
get_regex_patterns () | |
get_latin1_regex () | |
get_utf8_regex () |
Definition at line 354 of file CiteProc.php.
__construct | ( | $ | dom_node, |
$ | citeproc = NULL |
||
) |
Reimplemented from csl_format.
Definition at line 358 of file CiteProc.php.
format | ( | $ | text, |
$ | part = 'base' |
||
) |
Definition at line 451 of file CiteProc.php.
get_latin1_regex | ( | ) |
Definition at line 599 of file CiteProc.php.
get_regex_patterns | ( | ) |
Definition at line 587 of file CiteProc.php.
get_utf8_regex | ( | ) |
Definition at line 631 of file CiteProc.php.
init_attrs | ( | $ | mode | ) |
Definition at line 399 of file CiteProc.php.
init_format | ( | $ | attribs, |
$ | part = 'base' |
||
) |
Definition at line 427 of file CiteProc.php.
init_formatting | ( | ) |
Reimplemented from csl_format.
Definition at line 376 of file CiteProc.php.
render | ( | $ | names, |
$ | mode = NULL |
||
) |
Reimplemented from csl_rendering_element.
Definition at line 481 of file CiteProc.php.