CitableTeiReaders.citeNAttrMethod
citeNAttr(n, docUrn, psg)

Construct a CitablePassage from an element with citable value on @n attribute.

CitableTeiReaders.citeNAttrMethod
citeNAttr(n, docUrn)

Construct a CitablePassage from an element with a citable value on @n attribute.

CitableTeiReaders.ezxmlstringMethod
ezxmlstring(n)

Serialize an EzXML.Node to an XML string. If a node n was created by parsing an XML string, the output of ezxmlstring(n) will be XML equivalent to the source string.

CitableTeiReaders.readcitableMethod

Read from url a citable document identified by urn. Its citation scheme must be parseable using the type citescheme.

readcitable(url, urn, citescheme, rdr)
CitableTeiReaders.readcitableMethod

Read from file fname a citable document identified by urn. Its citation scheme must be parseable using the type citescheme.

readcitable(fname, urn, citescheme, rdr)
CitableTeiReaders.readcitableMethod

Read from src a citable document identified by urn. Its citation scheme must be parseable using the type citescheme.

readcitable(src, urn, citescheme)