Base.:==Method

Override == for Block.

==(b1, b2)
CiteEXchange.blocksMethod

Parse cexsrc and find blocks of type blocktype.

blocks(cexsrc, blocktype)
CiteEXchange.blocksMethod

Find blocks of type blocktype in a CEX source to read with reader T.

blocks(cexsrc, T, blocktype)
CiteEXchange.blocksMethod

Parse CEX data from file fname into an Array of Blocks.

blocks(fname, freader)
CiteEXchange.blocksMethod

Parse CEX data from url into an Array of Blocks.

blocks(url, ureader)
CiteEXchange.blocksMethod

Find blocks of a given type in a blockgroup.

blocks(blockgroup, blocktype)
CiteEXchange.blocktypeMethod

Check if s is in valid list of block labels, and return sif it is.

blocktype(s)
CiteEXchange.cexversionMethod

Find CEX version for a block group.

cexversion(group)

Return nothing if no version specified.

CiteEXchange.dataMethod

Find data lines for all blocks of type blocktype in the CEX string s.

data(s, blocktype; delimiter, complement)
CiteEXchange.dataMethod

Find data lines for all blocks of type blocktype after parsing the CEX source with reader T.

data(src, T, blocktype; delimiter, complement)
CiteEXchange.dataMethod

Find data lines for all blocks of type blocktype in a Vector of Blocks.

data(blockgroup, blocktype; delimiter, complement)