Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (SimpleXMLElement $node) | |
getDemoteNonDroppingParticles () | |
getPageRangeFormat () | |
isInitializeWithHyphen () | |
Definition at line 19 of file GlobalOptions.php.
Seboettg\CiteProc\Style\Options\GlobalOptions::__construct | ( | SimpleXMLElement | $node | ) |
GlobalOptions constructor.
SimpleXMLElement | $node |
Definition at line 49 of file GlobalOptions.php.
Seboettg\CiteProc\Style\Options\GlobalOptions::getDemoteNonDroppingParticles | ( | ) |
Sets the display and sorting behavior of the non-dropping-particle in inverted names (e.g. “Koning, W. de”).
Definition at line 92 of file GlobalOptions.php.
Seboettg\CiteProc\Style\Options\GlobalOptions::getPageRangeFormat | ( | ) |
Activates expansion or collapsing of page ranges: “chicago” (“321–28”), “expanded” (e.g. “321–328”), “minimal” (“321–8”), or “minimal-two” (“321–28”). Delimits page ranges with the “page-range-delimiter” term (introduced with CSL 1.0.1, and defaults to an en-dash). If the attribute is not set, page ranges are rendered without reformatting.
Definition at line 83 of file GlobalOptions.php.
Seboettg\CiteProc\Style\Options\GlobalOptions::isInitializeWithHyphen | ( | ) |
Specifies whether compound given names (e.g. “Jean-Luc”) should be initialized with a hyphen (“J.-L.”, value “true”, default) or without (“J.L.”, value “false”).
Definition at line 71 of file GlobalOptions.php.