ajxmldb.c


Function ajXmldbInit

Initialise xml database internals

Prototype

void ajXmldbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

In release 6.5.0


Function ajXmldbPrintAccess

Reports the internal data structures

Prototype

void ajXmldbPrintAccess (
      AjPFile outf,
      AjBool full
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
AjBoolfullInputFull report (usually ajFalse)
void RETURN

In release 6.5.0


Function ajXmldbExit

Cleans up xml database processing internal memory

Prototype

void ajXmldbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

In release 6.5.0