Method | Description | |
---|---|---|
Get_Current_Page ( |
Gets a page from an existing digital resource, by page sequence
|
|
Get_Item ( string BibID, string VID, Wordmark_Icon>.Dictionary |
Builds a digital resource object for the given BibID and VID This method relies heavily upon the SobekCM_METS_Based_ItemBuilder class to actually read the METS files and build the items. |
|
Get_Item ( string METS_Location, string BibID, string VID, Wordmark_Icon>.Dictionary |
Builds a digital resource object for the given BibID and VID This method relies heavily upon the SobekCM_METS_Based_ItemBuilder class to actually read the METS files and build the items. |
|
Get_Item_Group ( string BibID, Wordmark_Icon>.Dictionary |
Builds a title-level digital resource object for the given BibID This method relies heavily upon the SobekCM_METS_Based_ItemBuilder class to actually read the METS files and build the items. |
public static Get_Current_Page ( |
||
Current_Item | Digital resource from which to pull the current page, by sequence | |
Sequence | int | Sequence for the page to retrieve from this item |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | SobekCM.Resource_Object.Divisions.Page_TreeNode |
public static Get_Item ( string BibID, string VID, Wordmark_Icon>.Dictionary |
||
BibID | string | Bibliographic identifier for the digital resource to build |
VID | string | Volume identifier for the digital resource to builder |
Icon_Dictionary | Wordmark_Icon>.Dictionary | Dictionary of information about every wordmark/icon in this digital library, used to build the HTML for the icons linked to this digital resource |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public static Get_Item ( string METS_Location, string BibID, string VID, Wordmark_Icon>.Dictionary |
||
METS_Location | string | Location and name of the METS file to read |
BibID | string | Bibliographic identifier for the title |
VID | string | Volume identifier for the title |
Icon_Dictionary | Wordmark_Icon>.Dictionary | Dictionary of information about every wordmark/icon in this digital library, used to build the HTML for the icons linked to this digital resource |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public static Get_Item_Group ( string BibID, Wordmark_Icon>.Dictionary |
||
BibID | string | Bibliographic identifier for the digital resource to build |
Icon_Dictionary | Wordmark_Icon>.Dictionary | Dictionary of information about every wordmark/icon in this digital library, used to build the HTML for the icons linked to this digital resource |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |