Method | Description | |
---|---|---|
generateArticleDom ( &$doc, &$journal, &$issue, &$section, &$article ) | ||
generateArticleSetDom ( &$doc ) | ||
generateAuthorDom ( &$doc, &$author, $authorIndex ) | Generate the Author node DOM for the specified author. | |
generatePubDateDom ( &$doc, $pubdate, $pubstatus ) | ||
generatePubMedDom ( ) | Build article XML using DOM elements |
public generateArticleDom ( &$doc, &$journal, &$issue, &$section, &$article ) |
public generateAuthorDom ( &$doc, &$author, $authorIndex ) | ||
$doc | DOMDocument | |
$author | PKPAuthor | |
$authorIndex | 0-based index of current author |