Base.:==Method

Override == for CitableCommentary

==(comm1, comm2)
Base.:==Method

Override == for CitableCommentary

==(idx1, idx2)
Base.:==Method

Override == for CitableCommentary

==(idx1, idx2)
Base.eltypeMethod

Commentaries index text passage to text passage.

eltype(c)
Base.eltypeMethod

A TextOnPage annotation joins a CtsUrn and a Cite2Urn.

eltype(idx)
Base.filterMethod

Filter the annotations in a CitableCommentary.

filter(f, c)
Base.filterMethod

Filter the entries in a TextOnPage annotation.

filter(f, idx)
Base.iterateMethod

Iterate a CitableCommentary with array index at state.

iterate(c, state)
Base.iterateMethod

Initial state of iterator for a CitableCommentary.

iterate(c)
Base.iterateMethod

Iterate a Codex with array index at state.

iterate(idx, state)
Base.iterateMethod

Initial state of iterator for TextOnPage annotations.

iterate(idx)
Base.lengthMethod

Number of annotations in c.

length(c)
Base.lengthMethod

Number of annotations in idx.

length(idx)
Base.reverseMethod

Reverse the order of annotations in a CitableCommentary.

reverse(c)

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

Base.reverseMethod

Reverse the order of TextOnPage annotations.

reverse(idx)
Base.showMethod

Override show for DSECollection

show(io, comm)

Required for CitableTrait.

Base.showMethod

Override show for NamedEntityIndex

show(io, idx)

Required for CitableTrait.

Base.showMethod

Override show for TextOnPage

show(io, idx)

Required for CitableTrait.

CitableAnnotations.annotatedMethod

Find unique set of texts commented on.

annotated(comm)

URNs identify versions or exemplars of texts without passage references.

CitableAnnotations.annotatorsMethod

Find unique set of texts commenting on other texts.

annotators(comm)

URNs identify versions or exemplars of texts without passage references.

CitableAnnotations.annotatorsMethod

Find unique set of texts appearing on pages.

annotators(idx)

URNs identify versions or exemplars of texts without passage references.

CitableAnnotations.headerinfoMethod

Parse header of cexsrc into URN and label for DSE collection.

headerinfo(cexsrc; delimiter)

cexsrc should be a single citerelationset block.

CitableBase.cexMethod

Format a CitableCommentary as a delimited-text string.

cex(comm; delimiter)

Required function for Citable abstraction.

CitableBase.cexMethod

Format a CitableCommentary as a delimited-text string.

cex(idx; delimiter)

Required function for Citable abstraction.

CitableBase.cexMethod

Format TextOnPage annotations as a delimited-text string.

cex(idx; delimiter)

Required function for Citable abstraction.

CitableBase.fromcexMethod

Parse a delimited-text string into a (possibly empty) list of CitableCommentarys.

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

Parse a delimited-text string into a (possibly empty) list of NamedEntityIndexs.

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

Parse a delimited-text string into TextOnPage annotations.

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

Label for comm.

label(comm)

Required function for Citable abstraction.

CitableBase.labelMethod

Label for idx.

label(idx)

Required function for Citable abstraction.

CitableBase.labelMethod

Label for comm.

label(idx)

Required function for Citable abstraction.

CitableBase.urnMethod

URN identifying comm.

urn(comm)

Required function for Citable abstraction.

CitableBase.urnMethod

URN identifying idx.

urn(idx)

Required function for Citable abstraction.

CitableBase.urnMethod

URN identifying comm.

urn(idx)

Required function for Citable abstraction.

CitableBase.urntypeMethod

Type of URN identifying comm.

urntype(comm)

Required function for Citable abstraction.

CitableBase.urntypeMethod

Type of URN identifying idx.

urntype(idx)

Required function for Citable abstraction.

CitableBase.urntypeMethod

Type of URN identifying comm.

urntype(idx)

Required function for Citable abstraction.