Base.:==Method

Override Base.== for Codex.

==(c1, c2)
Base.:==Method

Override == for DSECollection

==(dse1, dse2)
Base.:==Method

Override == for DSETriple

==(dse1, dse2)
Base.:==Method

Override == for MSPage

==(pg1, pg2)
Base.eltypeMethod

A Codex is a collection of MSPages.

eltype(ms)
Base.eltypeMethod

A DSECollection contains DSETriples.

eltype(dsec)
Base.filterMethod

Filter the list of pages in a Codex.

filter(f, ms)
Base.iterateMethod

Iterate a Codex with array index at state.

iterate(ms, state)
Base.iterateMethod

Initial state of iterator for a Codex.

iterate(ms)
Base.lengthMethod

Number of pages in ms.

length(ms)
Base.lengthMethod

Number of DSE records in collection dsec

length(dsec)
Base.reverseMethod

Reverse the order of pages in a Codex.

reverse(ms)

I don't know, maybe you need to page through backwards for some reason.

Base.showMethod

Override Base.show for Codex.

show(io, codex)
Base.showMethod

Override show for DSECollection

show(io, dses)

Required for CitableTrait.

Base.showMethod

Override show for MSPage

show(io, pg)

Required for CitableTrait.

CitableBase.cexMethod

Serialize ms to delimited text in CEX format.

cex(ms; delimiter)
CitableBase.cexMethod

Format a DSECollection as a delimited-text string.

cex(dsec; delimiter)

Required function for Citable abstraction.

CitableBase.cexMethod

Serialie pg to delimited text.

cex(pg; delimiter)

Required for CexTrait.

CitableBase.fromcexMethod

Instantiate a Vector of Codex objects from cexsrc.

fromcex(trait, cexsrc, T; delimiter, configuration, strict)
CitableBase.fromcexMethod

Parse a delimited-text string into a DSECollection.

fromcex(trait, cexsrc, ; delimiter, configuration, strict)

cexsrc should be a single citerelationset block.

CitableBase.fromcexMethod

Instantiate a MSPagefrom delimited text.

fromcex(
    traitvalue,
    cexsrc,
    T;
    delimiter,
    configuration,
    strict
)
CitableBase.labelMethod

Label for dsec.

label(dsec)

Required function for Citable abstraction.

CitableBase.labelMethod

Label for pg.

label(pg)

Required function for Citable abstraction.

CitableBase.urnMethod

Find collection-level URN for collection.

urn(ms)
CitableBase.urnMethod

URN identifying dsec.

urn(dsec)

Required function for Citable abstraction.

CitableBase.urnMethod

URN identifying img.

urn(pg)

Required function for Citable abstraction.

CitableBase.urntypeMethod

URN type for a DSECollection.

urntype(dsec)

Required function for Citable abstraction.

CitableBase.urntypeMethod

Type of URN identifying an MSPage.

urntype(_)

Required function for Citable abstraction.